Add coverage script

This commit is contained in:
Niels Kooiman
2019-08-13 10:29:53 +02:00
parent 5a75d6bcce
commit 0d336e624c

View File

@@ -8,7 +8,8 @@
"pkg-update": "node pkg-update",
"build": "tsc",
"_build": "tsc --listEmittedFiles",
"test": "jasmine-ts --config=jasmine.json"
"test": "jasmine-ts --config=jasmine.json",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",