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

Interface Debuggable

packages/cashscript/src/test/TestExtensions.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface Debuggable {
15 debug(): DebugResults;
16}
17
18type TestFramework = typeof vi;
19const testFramework: TestFramework = (globalThis as any).vi ?? (globalThis as any).jest;

Callers 8

debugging.test.tsFile · 0.65
debugSingleScenarioFunction · 0.65
toLogFunction · 0.65
toFailRequireFunction · 0.65
toFailRequireWithFunction · 0.65

Implementers 1

TransactionBuilderpackages/cashscript/src/TransactionBui

Calls

no outgoing calls

Tested by

no test coverage detected