From e53dcd56c7c59b2dbb646878b97df3f981d7c53f Mon Sep 17 00:00:00 2001 From: kingwl Date: Mon, 3 Aug 2026 19:25:32 +0800 Subject: [PATCH] test(web): keep scroll fixture markers private --- apps/web/tests/chat-scroll-fixture.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/tests/chat-scroll-fixture.ts b/apps/web/tests/chat-scroll-fixture.ts index 2cacbe4e7c..e46f0c336a 100644 --- a/apps/web/tests/chat-scroll-fixture.ts +++ b/apps/web/tests/chat-scroll-fixture.ts @@ -27,7 +27,7 @@ export interface ChatScrollFixtureOptions { } /** Semantic marker helpers returned with a generated fixture. */ -export interface ChatScrollMarkers { +interface ChatScrollMarkers { /** Marker painted in the human message for a turn. */ user(turn: number): string /** Marker painted in the final assistant message for a turn. */