We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b335771 commit 2636805Copy full SHA for 2636805
jest.config.js
@@ -1,5 +1,6 @@
1
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2
module.exports = {
3
preset: 'ts-jest',
4
- testEnvironment: 'node'
+ testEnvironment: 'node',
5
+ testPathIgnorePatterns: [".d.ts", ".js"]
6
};
0 commit comments