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
backend/conat/test: replace toThrowError with toThrow per Jest v30 migration
Jest v30 removed the toThrowError matcher. Following the official migration
guide, all instances have been replaced with the equivalent toThrow matcher.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments