We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad98358 commit 9676a83Copy full SHA for 9676a83
.gitignore
@@ -1,2 +1,4 @@
1
node_modules
2
-.DS_Store
+.DS_Store
3
+.nyc_output
4
+coverage
package.json
@@ -4,7 +4,7 @@
"description": "JSON Web Token implementation (symmetric and asymmetric)",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha --require test/util/fakeDate && nsp check && cost-of-modules"
+ "test": "nyc --reporter=html --reporter=text mocha --require test/util/fakeDate && nsp check && cost-of-modules"
8
},
9
"repository": {
10
"type": "git",
@@ -36,6 +36,7 @@
36
"cost-of-modules": "^1.0.1",
37
"mocha": "^2.1.0",
38
"nsp": "^2.6.2",
39
+ "nyc": "^11.8.0",
40
"sinon": "^1.15.4"
41
42
"engines": {
0 commit comments