Skip to content

Commit

Permalink
Merge pull request #26 from gabrielcsapo/adds-coverage
Browse files Browse the repository at this point in the history
adds coverage report
  • Loading branch information
omnidan authored Nov 4, 2016
2 parents 35cf60d + b037049 commit 2a9c94e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
*.sublime-project
*.sublime-workspace
*.txt
test.js
test.js
coverage
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"string.prototype.codepointat": "^0.2.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"scripts": {
"coverage": "./node_modules/.bin/istanbul cover _mocha test",
"emojiparse": "node lib/emojiparse.js",
"test": "./node_modules/.bin/mocha --require should --bail --reporter spec test/*",
"prepublish": "npm run test"
Expand Down

0 comments on commit 2a9c94e

Please sign in to comment.