Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information