Skip to content

Commit 60ae9af

Browse files
author
Orta
authored
Merge pull request microsoft#195 from jessestuart/jesse/fix_jest_tsconfig_warning
fix(jest): Update deprecated ts-jest config option.
2 parents 044db38 + c380a1d commit 60ae9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
globals: {
33
'ts-jest': {
4-
tsConfigFile: 'tsconfig.json'
4+
tsConfig: 'tsconfig.json'
55
}
66
},
77
moduleFileExtensions: [
@@ -15,4 +15,4 @@ module.exports = {
1515
'**/test/**/*.test.(ts|js)'
1616
],
1717
testEnvironment: 'node'
18-
};
18+
};

0 commit comments

Comments
 (0)