MCPcopy
hub / github.com/julianshapiro/velocity / QUnit

Interface QUnit

test/src/utilities.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11declare global {
12 interface QUnit {
13 todo(name: string, callback: (assert: Assert) => void): void;
14 }
15
16 interface Assert {
17 close: {

Callers 5

test.jsFile · 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…