Skip to content

Commit cbafbf4

Browse files
committed
Fix typo in TestFlags
Copypasta when setting up `old` and `new` aliases. `old` should mean that `enableNewReconciler` is off.
1 parent d53988a commit cbafbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jest/TestFlags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getTestFlags() {
6565
return new Proxy(
6666
{
6767
// Feature flag aliases
68-
old: featureFlags.enableNewReconciler === true,
68+
old: featureFlags.enableNewReconciler === false,
6969
new: featureFlags.enableNewReconciler === true,
7070

7171
channel: releaseChannel,

0 commit comments

Comments
 (0)