Skip to content

Commit 72b9bb2

Browse files
committed
Fix test:coverage command
1 parent 054f094 commit 72b9bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "standard | snazzy",
99
"lint:fix": "standard --fix",
1010
"test": "npm run test:unit && npm run test:typescript",
11-
"test:coverage": "npm run unit -- --cov --coverage-report=html",
11+
"test:coverage": "npm run test:unit -- --cov --coverage-report=html",
1212
"test:typescript": "tsd",
1313
"test:unit": "tap"
1414
},

0 commit comments

Comments
 (0)