testing

Installation
SKILL.md

Testing

All testing guidance lives in this directory. Read the relevant file for your task:

Type File When to use
Unit tests unit.md Framework setup, mocks, colocated tests
Writing tests write-tests.md What to test, what to skip, workflow
LLM tests llm.md Tests that call real LLMs (pnpm test-ai)
Eval suite eval.md Cross-model comparison, LLM-as-judge
Integration integration.md Emulator-backed tests (pnpm test-integration)
Database apps/web/__tests__/db/README.md Real Postgres, for unique constraints and updateMany count guards (pnpm test-db)
E2E tests e2e.md Real email workflow tests from inbox-zero-e2e repo

Prefer behavior-focused assertions; avoid freezing prompt copy or internal call shapes unless those exact values are the contract under test.

Quick Commands

Installs
37
GitHub Stars
12.1K
First Seen
Mar 10, 2026
testing — elie222/inbox-zero