test: Remove redundant settings

These are redundant anyway.
See https://jestjs.io/docs/en/configuration.html
This commit is contained in:
Karol Majewski 2019-03-04 00:49:51 +01:00 committed by Gregor
parent 0e871fd0e8
commit 3c40cd92c8
1 changed files with 1 additions and 5 deletions

View File

@ -39,15 +39,11 @@
"transform": {
".+\\.tsx?$": "ts-jest"
},
"testMatch": [
"<rootDir>/test/**/*.test.(ts|js)"
],
"globals": {
"ts-jest": {
"skipBabel": true
}
},
"testURL": "http://localhost/"
}
},
"keywords": [
"probot",