Skip to content

Commit a16d4b4

Browse files
committed
build(jest): Updated config for latest version
1 parent 4727012 commit a16d4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ],
66
globals: {
77
'ts-jest': {
8-
tsConfig: '<rootDir>/test/tsconfig.json'
8+
tsconfig: '<rootDir>/test/tsconfig.json'
99
}
1010
},
1111
modulePaths: [ "<rootDir>" ],

0 commit comments

Comments
 (0)