dillon1000/react

Commit

Fix ReactFreshIntegration-test not running all tests as assumed (#28033)

Fix ReactFreshIntegration-test not running all tests as assumed

`testCommon` was executed twice without setting `compileDestructuring`
ever to true.
This fixes this and removes one layer of abstraction in this test by
using `describe.each`.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-refresh/src/__tests__/ReactFreshIntegration-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…