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

Fix Runtime-sourcemap test #4744

Merged
merged 2 commits into from
Oct 23, 2017
Merged

Fix Runtime-sourcemap test #4744

merged 2 commits into from
Oct 23, 2017

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Oct 22, 2017

Summary
Test is currently failing onde node 4 and node 6, but it's not run. (See #4630). Not sure if the fix is what we want?

/cc @felipeochoa
#3458

Test plan
Green CI

);
} else {
expect(err.stack).toMatch(
/^Error: throwing fn\s+at sum.+\/__tests__\/test_root\/sourcemaps\/throwing-mapped-fn.js:10:9/,
/^Error: throwing fn\s+at sum.+\/__tests__\/test_root\/sourcemaps\/(out\/)?throwing-mapped-fn.js:\d+:\d+/,
Copy link
Member Author

Choose a reason for hiding this comment

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

node 8 was correct, but node 4 and 6 access out. Is that supposed to happen? Feels like it wasn't passed through sourcemap support, then...

@cpojer cpojer merged commit dd34689 into jestjs:master Oct 23, 2017
@SimenB SimenB deleted the fix-sourcemap-test branch October 23, 2017 05:38
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants