Skip to content

Commit

Permalink
Installed istanbul and coveralls for test coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardonunesdev committed Sep 14, 2017
1 parent 8b5d137 commit 27c900e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"url": "https://github.com/ricardonunesdev"
},
"scripts": {
"test": "mocha --reporter spec --recursive --timeout 30000"
"test": "mocha --reporter spec --recursive --timeout 30000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec -t 30000 test/*"
},
"engines": {
"node": ">=4.0.0"
Expand All @@ -23,6 +24,8 @@
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
},
"homepage": "https://github.com/ricardonunesdev/domain-ping#readme",
Expand Down

0 comments on commit 27c900e

Please sign in to comment.