Skip to content

Commit

Permalink
Fix jest inline snapshots (#28308)
Browse files Browse the repository at this point in the history
Prettier 3 is not supported for jest inline snapshots:
https://jestjs.io/docs/configuration#prettierpath-string

DiffTrain build for commit 32df74d.
  • Loading branch information
rickhanlonii committed Feb 13, 2024
1 parent acbbf4e commit a511ad1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25917,7 +25917,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-8d4818329-20240212";
var ReactVersion = "18.3.0-canary-32df74dba-20240212";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9167,7 +9167,7 @@ var devToolsConfig$jscomp$inline_1025 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-8d4818329-20240212",
version: "18.3.0-canary-32df74dba-20240212",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1206 = {
Expand Down Expand Up @@ -9198,7 +9198,7 @@ var internals$jscomp$inline_1206 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-8d4818329-20240212"
reconcilerVersion: "18.3.0-canary-32df74dba-20240212"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1207 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9595,7 +9595,7 @@ var devToolsConfig$jscomp$inline_1067 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-8d4818329-20240212",
version: "18.3.0-canary-32df74dba-20240212",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1247 = {
Expand Down Expand Up @@ -9626,7 +9626,7 @@ var internals$jscomp$inline_1247 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-8d4818329-20240212"
reconcilerVersion: "18.3.0-canary-32df74dba-20240212"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1248 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-8d4818329-20240212";
var ReactVersion = "18.3.0-canary-32df74dba-20240212";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-8d4818329-20240212";
exports.version = "18.3.0-canary-32df74dba-20240212";
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-8d4818329-20240212";
exports.version = "18.3.0-canary-32df74dba-20240212";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8d48183291870898ec42ac1f84482d9d26789424
32df74dba67207300511cf9b7c5ef82dd708c0c1

0 comments on commit a511ad1

Please sign in to comment.