dillon1000/react
Commit
Browse files Fix ReactHooksInspection-test.js (#28520)
## Summary Currently, `ReactHooksInspection-test.js` fails because something is polluting the resulting `Promise` with symbol properties. This changes the unit test to be more resilient to such symbol properties. ## How did you test this change? Ran the following successfully: ``` $ yarn test ```
Changed paths1 file
First-parent comparisonpackages/react-debug-tools/src/__tests__/ReactHooksInspection-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…