Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Added coverage back to npm test command. Use karma start locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkertkoppes committed Nov 16, 2014
1 parent 0e00661 commit 416ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "fll scoring application",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox --reporters dots",
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox --reporters dots,coverage",
"install": "bower install"
},
"repository": "",
Expand Down

1 comment on commit 416ba33

@rikkertkoppes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is for Travis and Coveralls to produce automated coverage reporting

When testing locally, use either

  • karma start
  • grunt karma

As stated in the readme

Please sign in to comment.