test(webui): harden mutation replay coverage

This commit is contained in:
chengyongru
2026-08-16 21:40:14 +08:00
committed by chengyongru
parent 2b6a0443c0
commit 32cc861f2a
2 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ describe("NanobotClient", () => {
});
});
it("retries in-flight WebUI mutations with the same request id after reconnect", async () => {
it("replays the exact serialized mutation frame after reconnect", async () => {
const client = new NanobotClient({
url: "ws://test",
reconnect: true,