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(nextjs-mf): resolve test failure by mocking getNextVersion for Next.js 15+ tests
Fixed failing tests in internal.test.ts by properly mocking getNextVersion
to return '15.0.0' for delegation tests. This ensures the client/server
configuration modules are called as expected.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments