



















@@ -443,9 +443,9 @@ describe("update-cli", () => {
443443return {
444444path: snapshot.path,
445445previousHash: snapshot.hash ?? null,
446-persistedHash: snapshot.hash ?? null,
447446 snapshot,
448447 nextConfig,
448+persistedHash: snapshot.hash ?? null,
449449result: undefined,
450450attempts: 1,
451451afterWrite: { mode: "none", reason: "test" },
@@ -1189,9 +1189,9 @@ describe("update-cli", () => {
11891189return {
11901190path: newerSnapshot.path,
11911191previousHash: newerSnapshot.hash,
1192-persistedHash: newerSnapshot.hash,
11931192snapshot: newerSnapshot,
11941193 nextConfig,
1194+persistedHash: newerSnapshot.hash,
11951195result: undefined,
11961196attempts: 2,
11971197afterWrite: { mode: "none", reason: "test" },
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。