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
Copy file name to clipboardExpand all lines: test/unit/core/types/__snapshots__/types.test.tsx.snap
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1066,12 +1066,14 @@ exports[`Types in middleware.ts > 237:4 1`] = `"This comparison appears to be un
1066
1066
1067
1067
exports[`Types in middleware.ts > 249:17 1`] =`"Property 't2' does not exist on type 'Tables<{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, false>'."`;
1068
1068
1069
-
exports[`Types in middleware.ts > 258:4 1`] =`"This comparison appears to be unintentional because the types '"v1" | "v1d"' and '"v2"' have no overlap."`;
1069
+
exports[`Types in middleware.ts > 261:17 1`] =`"Property 't2' does not exist on type 'Tables<{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, false>'."`;
1070
1070
1071
-
exports[`Types in middleware.ts > 270:17 1`] =`"Property 't2' does not exist on type 'Tables<{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, false>'."`;
1071
+
exports[`Types in middleware.ts > 270:4 1`] =`"This comparison appears to be unintentional because the types '"v1" | "v1d"' and '"v2"' have no overlap."`;
1072
1072
1073
1073
exports[`Types in middleware.ts > 282:17 1`] =`"Property 't2' does not exist on type 'Tables<{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, false>'."`;
1074
1074
1075
+
exports[`Types in middleware.ts > 294:17 1`] =`"Property 't2' does not exist on type 'Tables<{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, false>'."`;
1076
+
1075
1077
exports[`Types in persisters.ts > 24:37 1`] =`"Argument of type '[{t1: { r1: { c2: number; }; }; }, {}]' is not assignable to parameter of type 'Content<[{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, {...; }], true> | (() => Content<...>) | undefined'."`;
1076
1078
1077
1079
exports[`Types in persisters.ts > 25:25 1`] =`"Argument of type '[{t1: { r1: { c1: string; }; }; }, {}]' is not assignable to parameter of type 'Content<[{readonlyt0: { readonly c0: { readonly type: "number"; }; }; readonlyt1: { readonly c1: { readonly type: "number"; }; readonlyc1d: { readonly type: "string"; readonlydefault: ""; }; }; }, {...; }], true> | (() => Content<...>) | undefined'."`;
0 commit comments