MCPcopy Create free account
hub / github.com/Effect-TS/effect / describeWrapped

Function describeWrapped

packages/vitest/src/internal/internal.ts:319–320  ·  view source on GitHub ↗
(name: string, f: (it: Vitest.Vitest.Methods) => void)

Source from the content-addressed store, hash-verified

317
318/** @internal */
319export const describeWrapped = (name: string, f: (it: Vitest.Vitest.Methods) => void): V.SuiteCollector =>
320 V.describe(name, (it) => f(makeMethods(Object.assign(it, { scopedFixtures: it.scoped }))))

Callers

nothing calls this directly

Calls 2

makeMethodsFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…