ACP: improve live text batching readability

This commit is contained in:
Onur
2026-03-01 16:14:49 +01:00
committed by Onur Solmaz
parent dd2fcade3e
commit be73eb28b3
4 changed files with 187 additions and 26 deletions

View File

@@ -54,6 +54,7 @@ describe("acp stream settings", () => {
}),
);
expect(settings.deliveryMode).toBe("live");
expect(settings.hiddenBoundarySeparator).toBe("space");
});
it("uses default tag visibility when no override is provided", () => {