mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
[tests] disableLegacyMode in test-renderer (#35002)
500 tests failed from not using async act. Will fix the tests and then re-land this.
This commit is contained in:
parent
b4455a6ee6
commit
fb0d96073c
|
|
@ -16,7 +16,7 @@ export const disableCommentsAsDOMContainers = true;
|
|||
export const disableInputAttributeSyncing = false;
|
||||
export const disableLegacyContext = false;
|
||||
export const disableLegacyContextForFunctionComponents = false;
|
||||
export const disableLegacyMode = true;
|
||||
export const disableLegacyMode = false;
|
||||
export const disableSchedulerTimeoutInWorkLoop = false;
|
||||
export const disableTextareaChildren = false;
|
||||
export const enableAsyncDebugInfo = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user