# Test Module

> Run tests for a specific module and report results Use when this capability is needed.

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

---


Run tests for the `$ARGUMENTS[0]` module:

1. Find test files: `packages/server/src/modules/$0/**/__tests__/**/*.test.ts`
2. Run: `moon run server:test -- --filter $0`
3. If tests fail, read the failing test files and the source they test
4. Report: total tests, passed, failed, with failure details

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

