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

jest-haste-map: add test to check duplicate modules are broken #3632

Merged
merged 1 commit into from
May 23, 2017

Conversation

jeanlauliac
Copy link
Contributor

The way duplicate module IDs are handled is broken right now. jest-haste-map doesn't recover from duplicate module IDs, because it systematically loose track of one of the duplicates, unable to recover it ever after. This changeset adds the structure of the test to show that it's broken, and put comment where we'll want to change the lines once it's fixed.

Test plan

Unit test, no logic change.

@jeanlauliac
Copy link
Contributor Author

Sadly yarn prettier causes some completely unrelated fixes.

@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.

3 participants