Archived
1
0

refactor: add --runInBand to e2e test script

This commit is contained in:
Joe Previte 2021-04-02 14:50:31 -07:00
parent fd69f2db88
commit 32d0fb0a5e
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -15,7 +15,7 @@ main() {
echo -e "\n"
exit 1
fi
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
}
main "$@"