-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 support for sourcemaps in transforms #5121
Comments
I don't understand properly what's going on here. The reason we attempt to read from the sourcemap, is that the test file is added to But when we try to read the file, it's not there: It might be that we just have to add the source map information we write to disk to the |
Make sure to test that we support #5151 as well when this is fixed. |
I'd like to contribute if possible. |
PR very much welcome! I won't personally work on this for some time, but happy to review code :) |
Cool! I'll give it a shot! |
Here is what I have found so farTLDR
Longer version
|
Should be fixed in #5177 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
In #5117, #3458 was partially reverted. This is a tracking issue for its reactivation.
If the current behavior is a bug, please provide the steps to reproduce and
either a repl.it demo through https://repl.it/languages/jest or a minimal
repository on GitHub that we can
yarn install
andyarn test
.N/A
What is the expected behavior?
Make the skipped test in #5117 pass.
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
N/A
The text was updated successfully, but these errors were encountered: