Tell agents to use snapshots (#18903)

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Charlie Marsh
2026-04-07 15:13:49 -04:00
committed by GitHub
parent 821ffeb015
commit 01893f1e59
+1
View File
@@ -1,6 +1,7 @@
- Read CONTRIBUTING.md for guidelines on how to run tools
- ALWAYS attempt to add a test case for changed behavior
- PREFER integration tests, e.g., at `it/...` over unit tests
- PREFER `insta` snapshots following patterns in nearby tests over substring assertions
- When making changes for Windows from Unix, use `cargo xwin clippy` to check compilation
- NEVER perform builds with the release profile, unless asked or reproducing performance issues
- PREFER running specific tests over running the entire test suite