Skip to content

Commit

Permalink
Test Jest patch for our e2e breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 4, 2023
1 parent dc2cf48 commit 8519a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-jest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source utils/cleanup.sh
set -x

# Clone jest
git clone --depth=1 https://github.com/jestjs/jest /tmp/jest
git clone --depth=1 -b tweak-test https://github.com/SimenB/jest /tmp/jest
cd /tmp/jest || exit

# Update @babel/* dependencies
Expand Down

0 comments on commit 8519a86

Please sign in to comment.