Skip to content

Commit

Permalink
TEST Refactor: don't runInBand #2326
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Dec 9, 2022
1 parent 8ce820e commit baf77cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"test:updateSnaps": "npm test -- --updateSnapshot",
"e2e": "jest --config conf/jestE2E.config.json .*\\.e2e\\.ts --coverage false",
"e2e:auto": "npm run e2e -- --watch",
"e2e:ci": "npm run e2e -- --runInBand",
"e2e:ci": "npm run e2e",
"package": "node script/build-nwjs.js",
"lint": "eslint \"app/**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit baf77cf

Please sign in to comment.