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 absolute paths issue in Jest #7822

Merged
merged 1 commit into from
Oct 14, 2019
Merged

Fix absolute paths issue in Jest #7822

merged 1 commit into from
Oct 14, 2019

Conversation

rovansteen
Copy link
Contributor

This PR fixes #7818, by fixing the entry added to Jest's moduleNameMapper that unintentionally matched with paths that did not start with src.

@ianschmitz ianschmitz added this to the 3.2.1 milestone Oct 14, 2019
@ianschmitz ianschmitz changed the title Fix #7818 Fix absolute paths issue in Jest Oct 14, 2019
@iansu iansu modified the milestones: 3.2.1, 3.3 Oct 14, 2019
@iansu iansu added this to In progress in v3.3 via automation Oct 14, 2019
@iansu iansu merged commit 889df8e into facebook:master Oct 14, 2019
v3.3 automation moved this from In progress to Done Oct 14, 2019
@iansu
Copy link
Contributor

iansu commented Oct 14, 2019

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v3.3
  
Done
Development

Successfully merging this pull request may close these issues.

Absolute imports with CRA
4 participants