react/scripts/jest
Andrew Clark 8b4c54c00f
Temporarily disable suspending during work loop (#30762)
### Based on

- #30761 
- #30759 

---

`use` has an optimization where in some cases it can suspend the work
loop during the render phase until the data has resolved, rather than
unwind the stack and lose context. However, the current implementation
is not compatible with sibling prerendering. So I've temporarily
disabled it until the sibling prerendering has been refactored. We will
add it back in a later step.
2024-09-04 12:38:36 -04:00
..
devtools chore[react-devtools]: add global for native and use it to fork backend implementation (#30533) 2024-08-02 10:51:15 +01:00
matchers Remove Component Stack from React Logged Warnings and Error Reporting (#30308) 2024-07-12 13:02:22 -04:00
spec-equivalence-reporter Migrate testRunner from jasmine2 to jest-circus (#26144) 2023-02-10 13:39:14 -05:00
typescript Use declare const instead of declare var (#28599) 2024-03-22 11:20:18 -04:00
config.base.js [ci] Remove jestSequencer 2024-07-29 13:04:00 -04:00
config.build-devtools.js [BE] upgrade prettier to 3.3.3 (#30420) 2024-07-22 16:09:01 -04:00
config.build.js [BE] upgrade prettier to 3.3.3 (#30420) 2024-07-22 16:09:01 -04:00
config.source-persistent.js DevTools: Show hook names based on variable usage (#21641) 2021-07-01 14:39:18 -04:00
config.source-www.js DevTools: Show hook names based on variable usage (#21641) 2021-07-01 14:39:18 -04:00
config.source-xplat.js Add xplat test variants (#29734) 2024-06-04 13:07:29 -04:00
config.source.js DevTools: Show hook names based on variable usage (#21641) 2021-07-01 14:39:18 -04:00
dont-run-jest-directly.js Add error when running jest directly (#12726) 2018-05-01 12:46:17 -07:00
jest-cli.js [ci] Cleanup --ci flag 2024-07-29 19:18:03 -04:00
jest.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
patchMessageChannel.js [Flight][Fizz] schedule work async (#29551) 2024-06-06 10:07:24 -07:00
patchSetImmediate.js [Flight][Fizz] schedule work async (#29551) 2024-06-06 10:07:24 -07:00
preprocessor.js Transform JSX to Lazy Requires instead of Wrappers (#30433) 2024-07-23 15:51:23 -04:00
ReactDOMServerIntegrationEnvironment.js Use require() to implement script src in tests (#26717) 2023-04-25 09:12:16 -04:00
setupEnvironment.js [Flight][Fizz] schedule work async (#29551) 2024-06-06 10:07:24 -07:00
setupGlobal.js Use toMatchInlineSnapshot for dehydrated values (#20618) 2021-04-26 12:30:34 -04:00
setupHostConfigs.js Export captureOwnerStacks() only in DEV "react" builds (#29923) 2024-06-19 14:19:48 -04:00
setupTests.build.js Enforce that the "react-server" build of "react" is used (#27436) 2023-09-29 18:24:05 -04:00
setupTests.js Test infra: Support gate('enableFeatureFlag') (#30760) 2024-08-20 16:40:01 -04:00
setupTests.persistent.js Update jest to v26 (#21574) 2021-05-27 16:33:57 +01:00
setupTests.www.js Remove forceConcurrentByDefaultForTesting flag (#30436) 2024-07-24 10:17:33 -04:00
setupTests.xplat.js Add xplat test variants (#29734) 2024-06-04 13:07:29 -04:00
TestFlags.js Temporarily disable suspending during work loop (#30762) 2024-09-04 12:38:36 -04:00