Prechádzať zdrojové kódy

test(web): keep scroll fixture markers private

kingwl 1 mesiac pred
rodič
commit
e53dcd56c7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      apps/web/tests/chat-scroll-fixture.ts

+ 1 - 1
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. */