# Typescript Testing

> Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, Effect v4 CLI tests, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, validating TypeScript package changes, or writing/porting CLI tests against effect@4.0.0-rc.112 and @effect/vitest. Do not use for Python-only checks.

- Skill: `tuyv/typescript-testing` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add tuyv/typescript-testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tuyv/typescript-testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tuyv (https://skillmd.com/u/tuyv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tuyv/typescript-testing

---


# TypeScript Testing

Use this skill to choose verification for TypeScript changes.

Read `references/test-commands.md` before running broad checks or adding new test coverage.

Read `references/effect-v4-cli.md` before writing or modifying tests under `ts/packages/cli/test/`
— it covers `it.effect`/`layer(...)` conventions, explicit per-service test layers (no `.Default`
auto-generation in v4), and the `@effect/platform-bun` subpath-import rule.

