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

Method title

src/test/testlib.ts:130–130  ·  view source on GitHub ↗
(givenTitle: string | undefined, ...args: Args)

Source from the content-addressed store, hash-verified

128export interface AvaMacro<Args extends any[] = any[], Ctx = unknown> {
129 (test: ExecutionContext<Ctx>, ...args: Args): Promise<void>;
130 title?(givenTitle: string | undefined, ...args: Args): string;
131}
132
133function createTestInterface<Context>(opts: {

Callers 1

computeTitleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected