diff --git a/webapp/package.json b/webapp/package.json index dca7502ec..d1b95dc4a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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": {