Skip to content

Commit 32d0fb0

Browse files
committed
refactor: add --runInBand to e2e test script
1 parent fd69f2d commit 32d0fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/test-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ main() {
1515
echo -e "\n"
1616
exit 1
1717
fi
18-
CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --config ./test/jest.e2e.config.ts
18+
CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --config ./test/jest.e2e.config.ts --runInBand
1919
}
2020

2121
main "$@"

0 commit comments

Comments
 (0)