MCPcopy Create free account
hub / github.com/CashScript/cashscript / toLog

Method toLog

packages/cashscript/src/test/TestExtensions.ts:7–7  ·  view source on GitHub ↗
(value?: RegExp | string)

Source from the content-addressed store, hash-verified

5 // eslint-disable-next-line
6 interface Matchers<R> {
7 toLog(value?: RegExp | string): Promise<void>;
8 toFailRequireWith(value: RegExp | string): Promise<void>;
9 toFailRequire(): Promise<void>;
10 }

Callers 3

debugging.test.tsFile · 0.80
example.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected