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.
1 parent 506af5b commit 8beea6aCopy full SHA for 8beea6a
package.json
@@ -5,7 +5,7 @@
5
"author": "Alexander Wennerstrøm <[email protected]>",
6
"scripts": {
7
"build": "vue-cli-service build",
8
- "test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
+ "test": "npm run coverage",
9
"clean": "rimraf dist",
10
"coverage": "vue-cli-service test:unit",
11
"lint": "npm run lint:css && npm run lint:js && vue-cli-service lint",
0 commit comments