Skip to content

Conversation

@sei40kr
Copy link

@sei40kr sei40kr commented Dec 13, 2025

Summary

  • Add --unreferenced reject flag to cargo insta test in Makefile to fail tests when unreferenced snapshots are detected
  • Remove 39 unreferenced insta snapshot files that are no longer used by tests

Test plan

  • Run make test to verify that tests pass with the new flag
  • Verify that if unreferenced snapshots are introduced in the future, tests will fail

🤖 Generated with Claude Code

sei40kr and others added 2 commits December 13, 2025 22:58
Add --unreferenced=reject flag to cargo insta test in Makefile to ensure
that unreferenced snapshots cause test failures, helping maintain a clean
snapshot directory.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Clean up 39 unreferenced snapshot files that are no longer used by tests.
This prevents test failures now that --unreferenced reject is enabled.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant