diff --git a/jest.config.js b/jest.config.js index 3abcbd9..b51590d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { + modulePathIgnorePatterns: ["/js/"], preset: "ts-jest", testEnvironment: "node", };