Skip to content

Commit

Permalink
jest e2e test requires --color
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 20, 2023
1 parent 3f37e77 commit 16ed156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/integration-tests/e2e-jest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ rm -f packages/jest-transform/src/__tests__/__snapshots__/ScriptTransformer.test
# 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 jest --maxWorkers=2 --config jest.config.mjs packages
CI=true yarn jest --maxWorkers=2 --config jest.config.mjs e2e/__tests__/babel
CI=true yarn jest --maxWorkers=2 --config jest.config.mjs 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

0 comments on commit 16ed156

Please sign in to comment.