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

Function testOptions

packages/vitest/src/internal/internal.ts:83–83  ·  view source on GitHub ↗
(timeout?: number | V.TestOptions)

Source from the content-addressed store, hash-verified

81
82/** @internal */
83const testOptions = (timeout?: number | V.TestOptions) => typeof timeout === "number" ? { timeout } : timeout ?? {}
84
85/** @internal */
86const makeTester = <R>(

Callers 8

fFunction · 0.85
skipFunction · 0.85
skipIfFunction · 0.85
runIfFunction · 0.85
onlyFunction · 0.85
eachFunction · 0.85
failsFunction · 0.85
propFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected