mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Previously if the external runtime was enabled Fizz tests would use it exclusively. However now that this flag is enabled for OSS and Meta builds this means we were no longer testing the inline script runtime. This changes the test flags to produce some runs where we test the inline script runtime and others where we test the external runtime the external runtime will be tested if the flag is enabled and * Meta Builds: variant is true * OSS Builds: experiemental is true this gives us decent coverage. long term we should probably bring variant to OSS builds since we will eventually want to test both modes even when the external runtime is stable.