Geir Helleloid

Results 1 comments of Geir Helleloid

For the jest.config.js file in the original issue description: I found that with Next.js 13.1.0, changing the "transform" line to ``` "^.+\\.(js|jsx|ts|tsx|mjs)$": ["babel-jest", { presets: ["next/babel"] }], ``` allowed Babel...