Skip to content

Commit

Permalink
Add coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Dec 8, 2017
1 parent bbca36a commit dbff9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ npm-debug.log
.env
package-lock.json
logs.json
public/main.min.*
public/main.min.*
coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "node ./lib/index.js",
"start-dev": "concurrently \"nodemon --ignore src/ ./lib/index.js\" \"webpack -w\"",
"build": "webpack -p",
"test": "jest && eslint lib/** src/**/*.js",
"test": "jest --coverage && eslint lib/** src/**/*.js",
"postinstall": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit dbff9b0

Please sign in to comment.