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

Function f

packages/vitest/src/internal/internal.ts:96–97  ·  view source on GitHub ↗
(name, self, timeout)

Source from the content-addressed store, hash-verified

94 ) => pipe(Effect.suspend(() => self(...args)), mapEffect, runTest(ctx))
95
96 const f: Vitest.Vitest.Test<R> = (name, self, timeout) =>
97 it(name, testOptions(timeout), (ctx) => run(ctx, [ctx], self))
98
99 const skip: Vitest.Vitest.Tester<R>["only"] = (name, self, timeout) =>
100 it.skip(name, testOptions(timeout), (ctx) => run(ctx, [ctx], self))

Callers 2

runPromiseFunction · 0.70
describeWrappedFunction · 0.70

Calls 3

itFunction · 0.85
testOptionsFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected