dillon1000/react

Commit

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
```
Browse files
Changed paths1 file
First-parent comparison
M packages/react-debug-tools/src/__tests__/ReactHooksInspection-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…