NextJs Testing: window.matchMedia is not a function in use-mobile hook
While writing tests for my Next.js app using Vitest and React Testing Library, I ran into an annoying error that looked like this:
TypeError: window.matchMedia is not a function
❯ hooks/use-mobile.ts:12:24
The error was pointing to this line inside...
abdqaadir.hashnode.dev2 min read