MCPcopy 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 */
59const runTest = (ctx?: Vitest.TestContext) => <E, A>(effect: Effect.Effect<A, E>) => runPromise(ctx)(effect)
60
61/** @internal */
62const TestEnv = TestEnvironment.TestContext.pipe(

Callers 1

runFunction · 0.85

Calls 1

runPromiseFunction · 0.70

Tested by

no test coverage detected