UNPKG

@purinton/knit

Version:

GitHub webhook handler and deployment automation tool. Listens for GitHub webhook events, validates signatures, updates repositories, runs deployment commands, and sends notifications.

6 lines 194 B
import { jest } from '@jest/globals'; test('knit.mjs can be imported without error', async () => { process.env.LOG_LEVEL = 'none'; await import('../knit.mjs'); expect(true).toBe(true); });