Add coverage script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user