We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4727012 commit a16d4b4Copy full SHA for a16d4b4
jest.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ],
6
globals: {
7
'ts-jest': {
8
- tsConfig: '<rootDir>/test/tsconfig.json'
+ tsconfig: '<rootDir>/test/tsconfig.json'
9
}
10
},
11
modulePaths: [ "<rootDir>" ],
0 commit comments