MCPcopy Index your code
hub / github.com/Effect-TS/effect / each

Function each

packages/vitest/src/internal/internal.ts:111–116  ·  view source on GitHub ↗
(cases)

Source from the content-addressed store, hash-verified

109 it.only(name, testOptions(timeout), (ctx) => run(ctx, [ctx], self))
110
111 const each: Vitest.Vitest.Tester<R>["each"] = (cases) => (name, self, timeout) =>
112 it.for(cases)(
113 name,
114 testOptions(timeout),
115 (args, ctx) => run(ctx, [args], self) as any
116 )
117
118 const fails: Vitest.Vitest.Tester<R>["fails"] = (name, self, timeout) =>
119 V.it.fails(name, testOptions(timeout), (ctx) => run(ctx, [ctx], self))

Callers

nothing calls this directly

Calls 2

testOptionsFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected