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
fix: exclude __Snapshots__ directories from test targets
Explicitly exclude __Snapshots__ directories from FunctionsTests,
PostgRESTTests, and StorageTests targets to resolve Swift Package
Manager warnings about unhandled files.
These snapshot files are managed by swift-snapshot-testing and should
not be processed as test resources.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments