Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
83
const
testOptions = (timeout?: number | V.TestOptions) => typeof timeout ===
"number"
? { timeout } : timeout ?? {}
84
85
/** @internal */
86
const
makeTester = <R>(
Callers
8
f
Function · 0.85
skip
Function · 0.85
skipIf
Function · 0.85
runIf
Function · 0.85
only
Function · 0.85
each
Function · 0.85
fails
Function · 0.85
prop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected