diff --git a/package.json b/package.json index d0719f5..b2eee2a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",