Set up coverage

This commit is contained in:
Alec Sears
2019-10-10 15:35:44 -05:00
parent a50c9a3e77
commit 49ecea2b90
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
"^.+\\.js$": "babel-jest",
"^.+\\.(ts|tsx)$": "ts-jest"
},
"coverageDirectory": "<rootDir>/tmp/coverage/",
"coverageDirectory": "<rootDir>/tmp/coverage/node/",
"collectCoverage": false,
"globals": {
"ts-jest": {