When I run npm test, I encounter the following error:
'next-intl/client' module not found
jest.mock(
| ^
22 | 'next-intl/client',
23 | (): Record<string, unknown> => ({
24 | usePathname: (): string => '/en',
I've attempted to uninstall npm, node, and even deleted the next-intl folder. I've also tried installing different versions but none of them seem to work. There doesn't appear to be a "client" folder within the "next-intl" directory. Can anyone help identify what might be causing this issue?