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 09216e1 commit 0d06d2fCopy full SHA for 0d06d2f
jest.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
preset: 'ts-jest',
3
testEnvironment: 'node',
4
- testPathIgnorePatterns: ['<rootDir>/sample/'],
+ testPathIgnorePatterns: ['<rootDir>/sample/', '<rootDir>/dist/'],
5
};
0 commit comments