MCPcopy
hub / github.com/freshframework/fresh / stubLogs

Function stubLogs

packages/init/src/init_test.ts:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function stubLogs() {
36 return stub(
37 console,
38 "log",
39 () => undefined,
40 );
41}
42
43function withTmpDir(): Promise<{ dir: string } & AsyncDisposable> {
44 // Windows need temporary files in the repository root

Callers 1

init_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected