-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Shallow does not find direct child when inside React.Fragment #1664
Comments
Hi @paska27 There is an open issue issue for React 16 support and as far as I see |
Thanks. Will close this one. |
anybody.. please help me with this issue? (I'm new to enzyme) |
@sanketkalawade please file a new issue if you're having trouble; this was fixed over a year ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Shallow should find direct child when inside React.Fragment.
(At least it does so for indirect descendants).
To Reproduce
Expected behavior
Expect
test#2
to pass.Desktop (please complete the following information):
Additional context
Tests are failing inside Jest.
The text was updated successfully, but these errors were encountered: