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