Skip to content

Commit

Permalink
Enable jest coverage (#1352)
Browse files Browse the repository at this point in the history
* Enable jest coverage

* Add `coverage/` to .gitignore

The directory created by the test coverage check.
  • Loading branch information
abetomo committed Sep 9, 2020
1 parent 693a40f commit ce3aebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules
*.sock
.idea
.vscode/
coverage/
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -42,6 +42,9 @@
"typescript": "^3.9.7"
},
"typings": "typings/index.d.ts",
"jest": {
"collectCoverage": true
},
"engines": {
"node": ">= 6"
}
Expand Down

0 comments on commit ce3aebe

Please sign in to comment.