Remove --runInBand

This commit is contained in:
TheJaredWilcurt 2020-07-16 13:37:17 -04:00
parent e4f83505e0
commit c5d8775d93

View File

@ -36,7 +36,7 @@
"fix": "vue-cli-service lint --fix",
"test": "npm run test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "jest --config jest.config.js --coverage --runInBand",
"test:unit": "jest --config jest.config.js --coverage",
"validate": "npm run lint && npm run test:unit && npm run build:vue",
"update:vue-devtools": "rimraf ./node_modules/nw-vue-devtools-prebuilt && npm install"
},