Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Added code coverage related script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed Feb 24, 2016
1 parent cf2a8a2 commit 1773c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
* maelstrom-js | lib/index.js
*
* Streams:
* ✓ concat
* ✓ lint
* - test
* ✓ concat: concat multiple js files + uglify
* ✓ lint: lint with jshint + code style check with jscs
* - test: execute js test files with mocha + chai
* - bundle: bundle js files with browserify + babel
*
* Tasks:
* - js
* ✓ js:concat
* ✓ js:lint
* - js:test
* - js:clean
* - js:bundle
*/
'use strict';

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"start": "npm run setup && gulp watch",
"test": "mocha --reporter spec --check-leaks --globals store@sparkles",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --globals store@sparkles",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks --globals store@sparkles",
"depcheck": "depcheck --ignores=mocha-lcov-reporter,jscs,jshint-stylish"
},
"dependencies": {
Expand Down

0 comments on commit 1773c95

Please sign in to comment.