MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / update

Method update

src/lib/ticker.ts:20–20  ·  view source on GitHub ↗

Update the in-place progress line. No-op on non-TTY.

(line: string)

Source from the content-addressed store, hash-verified

18export interface Ticker {
19 /** Update the in-place progress line. No-op on non-TTY. */
20 update(line: string): void;
21 /**
22 * Print the final line (with a trailing newline so the prompt
23 * doesn't run into the result block). No-op on non-TTY.

Callers 7

runTestRunFunction · 0.80
runTestWaitFunction · 0.80
pollFreshAcceptedFunction · 0.80
pollMemberFunction · 0.80
runTestRerunFunction · 0.80
pollAcceptedFunction · 0.80
ticker.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected