Resolve Jest transform option deprecation warning (#694)

This commit is contained in:
mackie 2018-09-24 17:12:53 -07:00 committed by Bex Warner
parent bdb2c0ebd9
commit fc992466cc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"node"
],
"transform": {
".+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".+\\.tsx?$": "ts-jest"
},
"testMatch": [
"<rootDir>/test/**/*.(ts|js)"