Next.js and Jest: SyntaxError: Cannot use import statement outside a module
I am working on a Next.js project using TypeScript and for testing I use Jest and React Testing Lib. However, I encounter a SyntaxError: Cannot use import statement outside a module for components where I import rehype-raw. As far as…