Reactjs – Unexpected token error when testing React JSONSchema form component with Next.js
I'm working on a project that utilizes Next.js, TypeScript, and Jest. I'm attempting to create a test using a component returned by the withTheme function from the RJSF (React JSONSchema Form) library. My intention is to use this component in…