Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ runTest
Function
runTest
packages/vitest/src/internal/internal.ts:59–59 ·
view source on GitHub ↗
(ctx?: Vitest.TestContext)
Source
from the content-addressed store, hash-verified
57
58
/** @internal */
59
const
runTest = (ctx?: Vitest.TestContext) => <E, A>(effect: Effect.Effect<A, E>) => runPromise(ctx)(effect)
60
61
/** @internal */
62
const
TestEnv = TestEnvironment.TestContext.pipe(
Callers
1
run
Function · 0.85
Calls
1
runPromise
Function · 0.70
Tested by
no test coverage detected