docs(catalog): show the test command in a fenced block

A visitor could see that this repository has tests but not how to run them.
Adds a Tests section naming the command, and states that the migration test
files under docs/ are an archive rather than part of the suite.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0141o7P9gFCDxURKyc2cW7mc
This commit is contained in:
Kjell Tore Guttormsen 2026-08-13 20:25:20 +02:00
commit d0d5d70208

View file

@ -227,6 +227,18 @@ Shared design system for plugin Playgrounds — the visual self-service UIs that
---
## Tests
This repository's own gates — version consistency between each plugin entry and the tag it pins, catalog-to-plugin stat mirroring, OKF parity, and the navigation goldens — are covered by tests:
```bash
node --test scripts/*.test.mjs
```
The test files under `docs/marketplace-polyrepo-migration/` belong to the one-off migration that split the former monorepo into per-plugin repositories. They are kept as a record of that migration and are not part of the suite above.
---
## License
MIT