MCPcopy
hub / github.com/TypeStrong/ts-node / suite

Method suite

src/test/testlib.ts:115–115  ·  view source on GitHub ↗
(title: string, cb: (test: TestInterface<Context>) => void)

Source from the content-addressed store, hash-verified

113 cb: (t: ExecutionContext<Context>) => Promise<T>
114 ): TestInterface<Context & T>;
115 suite(title: string, cb: (test: TestInterface<Context>) => void): void;
116
117 runSerially(): void;
118

Callers 12

esm-loader.spec.tsFile · 0.80
suiteFunction · 0.80
register.spec.tsFile · 0.80
resolver.spec.tsFile · 0.80
index.spec.tsFile · 0.80
1778.spec.tsFile · 0.80
repl.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

suiteFunction · 0.64