Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 5919658

Browse files
committed
karma config
1 parent be7ad82 commit 5919658

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
@@ -7,7 +7,7 @@
77
"dev": "webpack-dev-server",
88
"build": "rm -rf build/examples; mkdir -p build/examples/; cp -r ./examples ./build; webpack",
99
"perf": "karma start --include-files test/**/*.perf.ts",
10-
"coverage": "karma start --coverage",
10+
"coverage": "karma start --coverage --include-files **/*.test.ts",
1111
"debug": "karma start --no-browsers --debug",
1212
"test": "karma start"
1313
},

0 commit comments

Comments
 (0)