add test for Suspense and Suspense with startTransition (#47714)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47714

changelog: [internal]

Reviewed By: rshest

Differential Revision: D66093340

fbshipit-source-id: 1db205d42d0570ab9c77ba0363ffac0d2dd81071
This commit is contained in:
Samuel Susla 2024-11-19 07:41:17 -08:00 committed by Facebook GitHub Bot
parent 0d5c026569
commit 4cb82501a3

View File

@ -9,4 +9,6 @@
* @oncall react_native
*/
// Left intentionally empty. All flags are assumed to be false.
module.exports = {
enableFabricCompleteRootInCommitPhase: true,
};