Skip to content

Commit

Permalink
Fix deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Apr 2, 2021
1 parent 57180c8 commit 613fd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
// A set of global variables that need to be available in all test environments
globals: {
"ts-jest": {
"tsConfig": "tsconfig.test.json"
"tsconfig": "tsconfig.test.json"
}
},

Expand Down

0 comments on commit 613fd01

Please sign in to comment.