perf[jest]: clear jest test cache

This commit is contained in:
Pan
2019-04-19 17:24:40 +08:00
parent 7dc9e681bf
commit 120c78622d
2 changed files with 3 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "vue-cli-service test:unit",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop"