From 7d20fdf498626d8bb168ad663806195144b789b1 Mon Sep 17 00:00:00 2001 From: Jonathan Browne <12983479+JBYoshi@users.noreply.github.com> Date: Mon, 2 Jan 2023 07:35:58 -0600 Subject: [PATCH] Fix Jest end-to-end tests. (#15319) --- scripts/integration-tests/e2e-jest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/integration-tests/e2e-jest.sh b/scripts/integration-tests/e2e-jest.sh index c774e21eb52a..fea1ec390750 100755 --- a/scripts/integration-tests/e2e-jest.sh +++ b/scripts/integration-tests/e2e-jest.sh @@ -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');