Skip to content

Commit

Permalink
Fix Jest end-to-end tests. (#15319)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBYoshi committed Jan 2, 2023
1 parent 58405a4 commit 7d20fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/integration-tests/e2e-jest.sh
Expand Up @@ -48,7 +48,6 @@ if [ "$BABEL_8_BREAKING" = true ] ; then

# Jest depends on @types/babel__traverse for Babel 7, and they contain the removed Noop node
sed -i 's/t.Noop/any/g' node_modules/@types/babel__traverse/index.d.ts
sed -i 's/t.Noop/any/g' node_modules/@types/babel__traverse/ts4.1/index.d.ts

node -e "
var pkg = require('./package.json');
Expand Down

0 comments on commit 7d20fdf

Please sign in to comment.