mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
c35b9b05fe
## 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 ```