You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ReactFreshIntegration-test not running all tests as assumed (#28033)
Fix ReactFreshIntegration-test not running all tests as assumed
`testCommon` was executed twice without setting `compileDestructuring`
ever to true.
This fixes this and removes one layer of abstraction in this test by
using `describe.each`.
DiffTrain build for commit cb98999.
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -25540,7 +25540,7 @@ if (__DEV__) {
25540
25540
return root;
25541
25541
}
25542
25542
25543
-
var ReactVersion = "18.3.0-canary-bf3298926-20240123";
25543
+
var ReactVersion = "18.3.0-canary-cb9899955-20240123";
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9122,7 +9122,7 @@ var devToolsConfig$jscomp$inline_1037 = {
9122
9122
throwError("TestRenderer does not support findFiberByHostInstance()");
9123
9123
},
9124
9124
bundleType: 0,
9125
-
version: "18.3.0-canary-bf3298926-20240123",
9125
+
version: "18.3.0-canary-cb9899955-20240123",
9126
9126
rendererPackageName: "react-test-renderer"
9127
9127
};
9128
9128
varinternals$jscomp$inline_1230={
@@ -9153,7 +9153,7 @@ var internals$jscomp$inline_1230 = {
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9550,7 +9550,7 @@ var devToolsConfig$jscomp$inline_1079 = {
9550
9550
throwError("TestRenderer does not support findFiberByHostInstance()");
9551
9551
},
9552
9552
bundleType: 0,
9553
-
version: "18.3.0-canary-bf3298926-20240123",
9553
+
version: "18.3.0-canary-cb9899955-20240123",
9554
9554
rendererPackageName: "react-test-renderer"
9555
9555
};
9556
9556
varinternals$jscomp$inline_1271={
@@ -9581,7 +9581,7 @@ var internals$jscomp$inline_1271 = {
0 commit comments