Skip to content

Commit 8beea6a

Browse files
committed
Updated test command
1 parent 506af5b commit 8beea6a

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
@@ -5,7 +5,7 @@
55
"author": "Alexander Wennerstrøm <[email protected]>",
66
"scripts": {
77
"build": "vue-cli-service build",
8-
"test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
8+
"test": "npm run coverage",
99
"clean": "rimraf dist",
1010
"coverage": "vue-cli-service test:unit",
1111
"lint": "npm run lint:css && npm run lint:js && vue-cli-service lint",

0 commit comments

Comments
 (0)