-
Notifications
You must be signed in to change notification settings - Fork 27k
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
styled-jsx and jest could not run in Next@6 #4501
Comments
related to #4265 |
This is critical concern to me to jump into next6 as well! |
I can reproduce in Babel7. and the snapshot shows the same problem in this case. |
As the issue on styled-jsx was closed as fixed I'll close this issue. |
Bug report
Describe the bug
This is a smallest reproduce example of styled-jsx-scss+jest problem. It is worked on [email protected] In my project, but when upgrading to next@6, it will broke jest test. so I create an example to reproduce this problem.
Here is a repo:
https://github.com/blackbing/next-with-jest-style-jsx-error
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
yarn test
Expected behavior
jest pass
System information
Additional context
The text was updated successfully, but these errors were encountered: