mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-01 16:51:53 +03:00
test(webui): harden mutation replay coverage
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user