Skip to content

Commit eb93068

Browse files
author
Ari
committed
Make npm run test run both unit and e2e tests
1 parent 94d4684 commit eb93068

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
@@ -15,7 +15,7 @@
1515
"test:unit": "vue-cli-service test:unit",
1616
"test:e2e": "vue-cli-service test:e2e",
1717
"lint": "vue-cli-service lint",
18-
"test": "vue-cli-service test:unit --coverage",
18+
"test": "vue-cli-service test:unit --coverage && vue-cli-service test:e2e",
1919
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)