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