diff --git a/jest.config.js b/jest.config.js index d9818b25..d605f1c1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ /** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', - testEnvironment: 'node' + testEnvironment: 'node', + testPathIgnorePatterns: [".d.ts", ".js"] }; \ No newline at end of file