don't run in band for frontend (maybe fixes ci problems)

This commit is contained in:
Ulf Gebhardt 2022-11-18 13:03:47 +01:00
parent ba72956536
commit b76d89b008
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -17,7 +17,7 @@
"lint": "eslint --ext .js,.vue .",
"locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh",
"precommit": "yarn lint",
"test": "cross-env NODE_ENV=test jest --runInBand --coverage --forceExit --detectOpenHandles",
"test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles",
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"
},
"dependencies": {