Files
2026-07-13 12:29:49 +08:00

6 lines
212 B
Markdown

# Integration Tests
Most tests currently live next to their Zig modules and run with `zig build test`.
Use this directory for cross-package integration fixtures that do not naturally belong to a single module.