test(web): keep scroll fixture markers private

This commit is contained in:
kingwl
2026-08-04 14:23:34 +08:00
committed by imccyu
parent 9b91e5312c
commit e53dcd56c7
+1 -1
View File
@@ -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. */