-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with next 10.2.0 #25
Comments
We just upgraded to nextjs 10.2.0 and We are experiencing issues too! Here is the execution error: ` ● Test suite failed to run /repos/xx/DynamicXx.jsx: The "from" argument must be of type string. Received undefined
` @exogen could you guide us on what to do ? |
Related issue in Next.js repo: vercel/next.js#24566 |
it seems the |
@correttojs what does your separate babel test config look like? I tried but couldn't get it working. |
|
@correttojs thanks! Yeah, that works perfectly. I forgot that you could have the export be a function that returns the object, but makes sense ❤️ |
hi, it seems the latest nextjs update (10.2.0) doesn't support this solution anymore
The text was updated successfully, but these errors were encountered: