Skip to content

Commit

Permalink
remove --runInBand
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed May 8, 2024
1 parent 2c64593 commit 5451e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fauna-local-alt-port": "docker start faunadb-local-alt-port || docker run --rm -d --name faunadb-local-alt-port -p 7443:8443 -p 7084:8084 fauna/faunadb",
"prepare": "husky install",
"test": "yarn fauna-local; yarn fauna-local-alt-port; ./prepare-test-env.sh; jest",
"test:ci": "yarn install; jest --ci --reporters=default --reporters=jest-junit --runInBand",
"test:ci": "yarn install; jest --ci --reporters=default --reporters=jest-junit",
"test:integration": "yarn install; jest --run-in-band ./__tests__/integration",
"test:query-limits": "yarn install; jest ./__tests__/integration/query-limits.test.ts"
},
Expand Down

0 comments on commit 5451e98

Please sign in to comment.