MCPcopy Index your code
hub / github.com/TypeStrong/ts-node / beforeAll

Method beforeAll

src/test/testlib.ts:110–110  ·  view source on GitHub ↗
(cb: (t: ExecutionContext<Context>) => Promise<void>)

Source from the content-addressed store, hash-verified

108 ): AvaMacro<Args, Ctx>;
109
110 beforeAll(cb: (t: ExecutionContext<Context>) => Promise<void>): void;
111 beforeEach(cb: (t: ExecutionContext<Context>) => Promise<void>): void;
112 context<T extends object | void>(
113 cb: (t: ExecutionContext<Context>) => Promise<T>

Callers 1

register.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected