From 3fe03ba13ef6e4afcc6b2fb4da9acd4e60537bf6 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:50:50 +0800 Subject: [PATCH] test --- scripts/integration-tests/e2e-jest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/integration-tests/e2e-jest.sh b/scripts/integration-tests/e2e-jest.sh index 83cb98c2175c..70bea9c44ba2 100755 --- a/scripts/integration-tests/e2e-jest.sh +++ b/scripts/integration-tests/e2e-jest.sh @@ -65,8 +65,8 @@ yarn build # The goals of this e2e test are: # 1) Check that the typescript compilation isn't completely broken # 2) Make sure that we don't accidentally break jest's usage of the Babel API -CI=true yarn test-ci-partial packages -CI=true yarn test-ci-partial e2e/__tests__/babel -CI=true yarn test-ci-partial e2e/__tests__/transform +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs packages +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs e2e/__tests__/babel +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs e2e/__tests__/transform cleanup