# Test

> Execute the project test suite using Deno Use when this capability is needed.

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

---


## What I do

- Run `deno task test` to execute the complete test suite
- Can also run a single test file using `deno test <filename>.test.ts`
- All tests run on Deno's built-in harness
- Test fixtures are stored under `test-data/`

## When to use me

Use this when you want to verify code correctness:

- After implementing new features
- Before committing changes
- As part of the CI/CD pipeline
- When debugging failing tests

## Notes

- The test task is defined in `deno.jsonc` and runs with `--allow-read`
- This is the baseline for any change to the codebase
- Use `deno task test:ci` for CI behavior with JUnit output and coverage flags

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

