From a93e6608bb9b2fd6792ed8414ac070fc940527aa Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:27:47 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- tests/setup.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/setup.ts diff --git a/tests/setup.ts b/tests/setup.ts new file mode 100644 index 0000000..2534e3f --- /dev/null +++ b/tests/setup.ts @@ -0,0 +1,4 @@ +jest.mock('process', () => ({ + ...jest.requireActual('process'), + exit: jest.fn(), +}));