Skip to content

Commit

Permalink
Adding istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Jan 5, 2018
1 parent aa8ed19 commit 4640680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"kart": "bin/kart"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test/",
"coverage": "istanbul cover _mocha test/ -t30000 -- -R spec"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,6 +36,7 @@
},
"devDependencies": {
"inquirer-test": "^2.0.1",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"mock-aws-s3": "^2.6.0",
"should": "^13.2.0",
Expand Down

0 comments on commit 4640680

Please sign in to comment.