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 bccf037 commit b25939eCopy full SHA for b25939e
package.json
@@ -6,7 +6,7 @@
6
"serve": "vue-cli-service serve",
7
"build": "vue-cli-service build",
8
"precommit": "npm run lint -- --no-fix",
9
- "test": "vue-cli-service test ./src/**/*.spec.js --include ./src/bootstrap.js ./test/unit/index.js",
+ "test": "vue-cli-service test src/**/*.spec.js src/router.spec.js src/store/**/*.spec.js --include ./src/bootstrap.js ./test/unit/index.js",
10
"test:watch": "npm run test -- --watch",
11
"lint": "vue-cli-service lint"
12
},
0 commit comments