We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecec54e commit 84d07d7Copy full SHA for 84d07d7
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"prepublishOnly": "tsc",
8
- "test": "nyx mocha",
+ "test": "nyc mocha",
9
"posttest": "nyc report --reporter=json"
10
},
11
"repository": {
0 commit comments