Skip to content

Commit b25939e

Browse files
author
mcibique
committed
Fixed tests for store and router not being executed.
1 parent bccf037 commit b25939e

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
@@ -6,7 +6,7 @@
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
88
"precommit": "npm run lint -- --no-fix",
9-
"test": "vue-cli-service test ./src/**/*.spec.js --include ./src/bootstrap.js ./test/unit/index.js",
9+
"test": "vue-cli-service test src/**/*.spec.js src/router.spec.js src/store/**/*.spec.js --include ./src/bootstrap.js ./test/unit/index.js",
1010
"test:watch": "npm run test -- --watch",
1111
"lint": "vue-cli-service lint"
1212
},

0 commit comments

Comments
 (0)