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