forked from mirrors/probot
Resolve Jest transform option deprecation warning (#694)
This commit is contained in:
parent
bdb2c0ebd9
commit
fc992466cc
|
@ -39,7 +39,7 @@
|
|||
"node"
|
||||
],
|
||||
"transform": {
|
||||
".+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||
".+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
"testMatch": [
|
||||
"<rootDir>/test/**/*.(ts|js)"
|
||||
|
|
Loading…
Reference in New Issue