(name: string, f: (it: Vitest.Vitest.Methods) => void)
| 317 | |
| 318 | /** @internal */ |
| 319 | export 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 })))) |
nothing calls this directly
no test coverage detected
searching dependent graphs…