diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-02-20 23:25:35 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-02-21 00:23:20 +0100 |
| commit | 0d768664779cc2ea816e58a9de661edc702f06fa (patch) | |
| tree | 4426b5beab59dd6443cb73b760d78134a2778b5e /package.json | |
| parent | bd9ef0f01a5dedb4a18ace9a08da2c835de42996 (diff) | |
| download | doxdocgen-0d768664779cc2ea816e58a9de661edc702f06fa.tar.gz | |
Add coverage
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index cc9f71c..e07c342 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,10 @@ "vscode": "^1.1.10", "@types/node": "^7.0.43", "@types/mocha": "^2.2.42", - "tslint": "^5.7.0" + "tslint": "^5.7.0", + "istanbul": "^0.4.5", + "mocha": "^3.2.0", + "remap-istanbul": "^0.8.4", + "decache": "^4.1.0" } }
\ No newline at end of file |