Skip to content

Commit

Permalink
Test with coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof Leuenberger committed Nov 26, 2017
1 parent 9f3ff70 commit 46f7caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "jest",
"unit-watch": "jest --watch --coverage",
"lint": "eslint src"
},
"repository": {
Expand Down

0 comments on commit 46f7caa

Please sign in to comment.