We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd69f2d commit 32d0fb0Copy full SHA for 32d0fb0
ci/dev/test-e2e.sh
@@ -15,7 +15,7 @@ main() {
15
echo -e "\n"
16
exit 1
17
fi
18
- CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --config ./test/jest.e2e.config.ts
+ CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --config ./test/jest.e2e.config.ts --runInBand
19
}
20
21
main "$@"
0 commit comments