We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test:coverage
1 parent 054f094 commit 72b9bb2Copy full SHA for 72b9bb2
package.json
@@ -8,7 +8,7 @@
8
"lint": "standard | snazzy",
9
"lint:fix": "standard --fix",
10
"test": "npm run test:unit && npm run test:typescript",
11
- "test:coverage": "npm run unit -- --cov --coverage-report=html",
+ "test:coverage": "npm run test:unit -- --cov --coverage-report=html",
12
"test:typescript": "tsd",
13
"test:unit": "tap"
14
},
0 commit comments