Jest Cannot find module ‘~/app/ui/DashboardCard’ from ‘__tests__/home.test.tsx’
I’m getting the following error when running yarn test command:
“ReferenceError: TextEncoder is not defined” while using Jest in Next.js 14
I am trying to run some tests for some of. the methods that are used to make a call to an API. I am using Jest on Next.js 14.