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:
parent
a51add7b59
commit
d0d5d70208
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -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
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue