Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rc2dev committed Mar 24, 2020
1 parent 7d42f23 commit 1aa9900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
coverage/
logfile.log
exceptions.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose"
"test": "jest --watchAll --verbose --coverage"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 1aa9900

Please sign in to comment.