Skip to content

Commit

Permalink
(test): use ts-jest from 'node_modules'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Oct 14, 2018
1 parent e652069 commit 84a731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"moduleFileExtensions": ["ts", "tsx", "js", "json"],
"transform": {
"^.+\\.tsx?$": "ts-jest"
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/src/.*\\.(test|spec).(ts|tsx|js)$",
"testEnvironment": "node",
Expand Down

0 comments on commit 84a731e

Please sign in to comment.