diff --git a/package.json b/package.json index e64b5fc..e9e7918 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "node bin/clocal-gcp", "dev": "nodemon bin/clocal-gcp", - "test": "ava", + "test": "nyc ava src/**/*.spec.js", "test-watch": "ava --watch" }, "bin": { @@ -34,6 +34,7 @@ "@types/express": "^4.11.1", "@types/node": "^8.0.0", "ava": "1.0.0-beta.6", - "nodemon": "^1.17.3" + "nodemon": "^1.17.3", + "nyc": "^13.1.0" } }