From cecabe8df577a408401c347b9d00a8eaac048f68 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:20:12 +0000 Subject: [PATCH] Add package.json, tsconfig.json and jest.config.js --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index a06f0bd..f7b39ab 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ module.exports = { coverageDirectory: 'coverage', verbose: true, transformIgnorePatterns: [ - 'node_modules/(?!execa|strip-final-newline)' + 'node_modules/(?!(execa|strip-final-newline)/)' ], moduleNameMapper: { '^execa$': '/tests/__mocks__/execa.js'