Skip to content

Commit

Permalink
build(jest): Updated config for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Apr 20, 2022
1 parent 4727012 commit a16d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ],
globals: {
'ts-jest': {
tsConfig: '<rootDir>/test/tsconfig.json'
tsconfig: '<rootDir>/test/tsconfig.json'
}
},
modulePaths: [ "<rootDir>" ],
Expand Down

0 comments on commit a16d4b4

Please sign in to comment.