Skip to content

Commit 9e13694

Browse files
committed
Fixed coverage:debug
1 parent f1f0239 commit 9e13694

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
@@ -40,7 +40,7 @@
4040
"yi": "yarn install --no-lockfile",
4141
"karma": "karma start",
4242
"coverage": "npm run karma -- --single-run --coverage",
43-
"coverage:debug": "npm run karma coverage -- --log-level debug",
43+
"coverage:debug": "npm run karma -- --single-run --coverage --log-level debug",
4444
"p": "concurrently",
4545
"dev2a": "npm run p -q -- \"npm run test:w\" \"npm run gulp eslint:watch\"",
4646
"dev3a": "npm run p -q -- \"npm run test:w\" \"npm run gulp eslint:watch\" \"npm run tschk:w\"",

0 commit comments

Comments
 (0)