MCPcopy
hub / github.com/vitest-dev/vitest / innerFn

Function innerFn

packages/runner/src/hooks.ts:386–386  ·  view source on GitHub ↗
(ctx: any)

Source from the content-addressed store, hash-verified

384
385 const wrapper: AroundEachListener<ExtraContext> = (runTest, context, suite) => {
386 const innerFn = (ctx: any) => fn(runTest, ctx, suite)
387 configureProps(innerFn, { index: 1, original: fn })
388
389 const fixtureResolver = withFixtures(innerFn, { suite })

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected