Skip to content

Commit 7e9a863

Browse files
committed
test(update): model finalize channel rewrite snapshots
1 parent c5ca8a1 commit 7e9a863

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli/update-cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3828,6 +3828,8 @@ describe("update-cli", () => {
38283828
};
38293829
vi.mocked(readConfigFileSnapshot)
38303830
.mockResolvedValueOnce(preDoctorSnapshot)
3831+
.mockResolvedValueOnce(preDoctorSnapshot)
3832+
.mockResolvedValueOnce(postDoctorSnapshot)
38313833
.mockResolvedValueOnce(postDoctorSnapshot);
38323834

38333835
await updateFinalizeCommand({ channel: "dev", json: true, restart: false });

0 commit comments

Comments
 (0)