Skip to content

Commit

Permalink
Fix Jest config deprecation warnings (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Oct 11, 2018
1 parent 31ce024 commit 651205a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Expand Up @@ -26,8 +26,8 @@ module.exports = {
],
globals: {
"ts-jest": {
tsConfigFile: "tsconfig.json",
enableTsDiagnostics: true,
tsConfig: "tsconfig.json",
diagnostics: true,
},
},
};

0 comments on commit 651205a

Please sign in to comment.