We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a1084 commit faff52eCopy full SHA for faff52e
jest.config.js
@@ -2,5 +2,6 @@
2
module.exports = {
3
preset: 'ts-jest',
4
testEnvironment: 'node',
5
- testPathIgnorePatterns: [".d.ts", ".js"]
+ testPathIgnorePatterns: [".d.ts", ".js"],
6
+ modulePathIgnorePatterns: ['<rootDir>/dist/'],
7
};
0 commit comments