18 lines
482 B
Markdown
18 lines
482 B
Markdown
# sporel-module-lib-core.maps-test
|
|
|
|
P.3.1 reference test-module — validates `lib-core.maps` API contracts
|
|
via the `engine.test.*` assertion surface.
|
|
|
|
- Module-ID: `lib-core.maps-test`
|
|
- Version: `0.1.0`
|
|
- Kind: `test-module` (headless; runs init() once + exits)
|
|
- Spec: `meta/docs/superpowers/specs/2026-05-10-test-module-pattern-design.md`
|
|
|
|
## Run
|
|
|
|
```bash
|
|
Sporel.exe --module=lib-core.maps-test
|
|
```
|
|
|
|
Output is TAP version 13 on stdout; exit-code = failure-count (0 = all pass).
|