effect-testing

Installation
SKILL.md

Effect Testing

Master testing Effect applications with test utilities, mock layers, and patterns for testing effectful code. This skill covers unit testing, integration testing, and testing concurrent and resource-managed code.

Basic Effect Testing

Testing with Effect.gen

import { Effect } from "effect"
import { describe, it, expect } from "vitest"
Installs
38
GitHub Stars
166
First Seen
Jan 22, 2026
effect-testing — thebushidocollective/han