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 0f566d2 commit afb79daCopy full SHA for afb79da
jest.config.js
@@ -1,8 +1,6 @@
1
module.exports = {
2
- collectCoverage: true,
3
- testEnvironment: 'node',
4
setupFiles: ['<rootDir>/setupTests.js'],
5
- testPathIgnorePatterns: ['<rootDir>/src/', '<rootDir>/tests/integration/'],
+ testPathIgnorePatterns: ['<rootDir>/src/'],
6
transform: {
7
'^.+\\.ts$': 'ts-jest',
8
},
0 commit comments