forked from mirrors/probot
test: Remove redundant settings
These are redundant anyway. See https://jestjs.io/docs/en/configuration.html
This commit is contained in:
parent
0e871fd0e8
commit
3c40cd92c8
|
@ -39,15 +39,11 @@
|
|||
"transform": {
|
||||
".+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
"testMatch": [
|
||||
"<rootDir>/test/**/*.test.(ts|js)"
|
||||
],
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"skipBabel": true
|
||||
}
|
||||
},
|
||||
"testURL": "http://localhost/"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"probot",
|
||||
|
|
Loading…
Reference in New Issue