Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 20:27:47 +00:00
parent 85b15f0625
commit a93e6608bb

4
tests/setup.ts Normal file
View File

@@ -0,0 +1,4 @@
jest.mock('process', () => ({
...jest.requireActual('process'),
exit: jest.fn(),
}));