6 lines
212 B
Markdown
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.
|