diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-27 15:31:15 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-27 15:31:15 +0200 |
commit | 97f3911c93c841f089f705e7edcef6a6bec45f2e (patch) | |
tree | 50b0b425ac3d977ed90aa4bc74e1e7b5e59ff93c /package.json | |
parent | 004a0372abd42da19690d95b25ede5b0ffe10601 (diff) |
istanbul instrumentation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 7aaeaff26..f86943a13 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "wxwallet.js", "scripts": { - "test": "mocha --delay" + "test": "mocha --delay", + "test-cover": "istanbul cover -x libwrapper.js _mocha -- --delay" }, "repository": { "type": "git", @@ -26,6 +27,7 @@ "gulp-tar": "^1.8.0", "gulp-typescript": "^2.10.0", "gulp-zip": "^3.1.0", + "istanbul-lib-instrument": "^1.0.0-alpha.6", "jed": "^1.1.0", "map-stream": "0.0.6", "mocha": "^2.4.5", @@ -33,6 +35,7 @@ "systemjs": "^0.19.14", "through2": "^2.0.1", "typescript": "^1.9.0-dev.20160225", + "typhonjs-istanbul-instrument-jspm": "^0.1.0", "vinyl": "^1.1.1" } } |