# Testing Node TS

> Write and validate Node/TypeScript tests (unit/integration/e2e) Use when this capability is needed.

- Skill: `tomevault-io/testing-node-ts` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/testing-node-ts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/testing-node-ts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/testing-node-ts

---


# Testing Node/TS

## Process

1. Identify the behavior change (expected inputs/outputs).
2. Choose the right level: unit vs integration vs e2e.
3. Add edge cases and regression coverage.
4. Run `npm test` and fix failures.

## Notes

- Prefer deterministic tests.
- Avoid mocking internals unless necessary.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/saikus08) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

