[e2e-jest] Remove t.Noop from @types/babel__traverse (#13342)

This commit is contained in:
Nicolò Ribaudo 2021-05-21 14:10:11 +02:00 committed by GitHub
parent 205e4bf3e4
commit cd7f40a564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ 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
fi
yarn build