effect-testing-mocking

Community

Deterministic tests with mocks and layers.

Authormepuka
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Testing patterns with layers, mocks, and deterministic time. Use when preparing testable services and small smoke tests.

Core Features & Use Cases

  • Mock layers for service dependencies
  • Provide test implementations via Layer to isolate tests
  • Deterministic time via TestClock and controlled environments

Quick Start

Write a test that provides a mock Layer for a repository, run the program, and verify outcomes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: effect-testing-mocking
Download link: https://github.com/mepuka/effect-ontology/archive/main.zip#effect-testing-mocking

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository