effect-vitest
Installation
SKILL.md
Entry Point
import { it, expect } from "@effect/vitest"
| Feature | Description |
|---|---|
it.effect |
Injects TestContext (includes TestClock) |
it.live |
Uses live Effect environment (real clock, logging) |
it.scoped |
Provides a Scope for resource management |
it.scopedLive |
Combines scoped + live |
it.flakyTest |
Retries flaky tests until success or timeout |
Basic Tests
import { it, expect } from "@effect/vitest"
import { Effect } from "effect"