Skip to content

Commit

Permalink
Fix Jest end-to-end tests.
Browse files Browse the repository at this point in the history
@types/babel__traverse removed the ts4.1 directory recently, which only just got propagated to Jest when they
bumped their lockfile.
  • Loading branch information
JBYoshi committed Jan 2, 2023
1 parent 58405a4 commit fd2ff47
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 fd2ff47

Please sign in to comment.