Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Generate sourcemaps of friendly call frames #15022

Merged
merged 14 commits into from Feb 18, 2023
6 changes: 6 additions & 0 deletions scripts/integration-tests/e2e-jest.sh
Expand Up @@ -61,6 +61,12 @@ sed -i 's/"skipLibCheck": false,/"skipLibCheck": true,/g' tsconfig.json # Speedu

yarn build

# Temporarily ignore this test that is failing due to source maps changes in
# Babel 7.21.0.
# Re-enable it once Jest updates their snapshots to the latest Babel version.
rm -f packages/jest-transform/src/__tests__/ScriptTransformer.test.ts
rm -f packages/jest-transform/src/__tests__/__snapshots__/ScriptTransformer.test.ts.snap
Comment on lines +64 to +68
Copy link
Contributor

@SimenB SimenB Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolo-ribaudo incoming via jestjs/jest#14073, FWIW

(feel free to ping me whenever these change - happy to be quick to update in Jest as needed 🙂 )


# The full test suite takes about 20mins on CircleCI. We run only a few of them
# to speed it up.
# The goals of this e2e test are:
Expand Down