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(test): add jest setup for Next.js 15 compatibility
- Polyfill TextEncoder/TextDecoder (jsdom lacks these)
- Mock next-runtime-env to avoid loading Next.js server stack
(next/cache pulls Request/Response/ReadableStream not in jsdom)
- Fixes CI test failures (ReferenceError: TextEncoder is not defined)
0 commit comments