docs(readme): show the test command in a fenced block (VERIFY-MISSING)

org-ops census 07 flagged this repo VERIFY-MISSING: 13 tracked test
files exist but no test command was visible on the published README,
so a stranger could not confirm the repo works. Adds a Testing section
with the command already documented in CLAUDE.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015TdjcTbNKKuBpew5HMaeDo
This commit is contained in:
Kjell Tore Guttormsen 2026-08-13 20:29:56 +02:00
commit 55261ac709

View file

@ -572,6 +572,15 @@ programmatic detection depends on hook events that only Claude Code provides.
Other platforms would need equivalent hook systems to support this kind of
real-time behavioral modification.
## Testing
Automated test suite using Node's built-in test runner, zero npm
dependencies:
```bash
node --test tests/*.test.mjs
```
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for the full version history. The