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 8282972 commit cc97ee1Copy full SHA for cc97ee1
jest.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
collectCoverageFrom: ['src/**/*.ts', '!src/**/index.ts', '!src/**/*.interface.ts'],
5
globals: {
6
'ts-jest': {
7
- tsConfig: 'tsconfig.spec.json',
+ tsconfig: 'tsconfig.spec.json',
8
},
9
10
};
0 commit comments