MCPcopy
hub / github.com/kulshekhar/ts-jest / MockWriteStream

Interface MockWriteStream

src/__helpers__/mocks.ts:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface MockWriteStream {
43 written: string[]
44 write(text: string): void
45 clear(): void
46}
47
48export const mockWriteStream = (): MockWriteStream => ({
49 written: [] as string[],

Callers 12

runFunction · 0.80
runFunction · 0.80
helpFunction · 0.80
runFunction · 0.80
helpFunction · 0.80
backports.spec.tsFile · 0.80
config-set.spec.tsFile · 0.80
runCliFunction · 0.80
cli.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…