You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This project uses a combination of unit tests and end-to-end (e2e) tests to ensu
22
22
## toolsnaps: Tool Schema Snapshots
23
23
24
24
- The `toolsnaps` utility ensures that the JSON schema for each tool does not change unexpectedly.
25
-
- Snapshots are stored in `__toolsnaps__/*.snap` files, where `*` represents the name of the tool
25
+
- Snapshots are stored in `__toolsnaps__/*.snap` files, where `*` represents the name of the tool
26
26
- When running tests, the current tool schema is compared to the snapshot. If there is a difference, the test will fail and show a diff.
27
27
- If you intentionally change a tool's schema, update the snapshots by running tests with the environment variable: `UPDATE_TOOLSNAPS=true go test ./...`
28
28
- In CI (when `GITHUB_ACTIONS=true`), missing snapshots will cause a test failure to ensure snapshots are always
0 commit comments