You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with jest since version 0.20 its possible to run on multiple directories.
But with create-react-app its not possible, jest throw an error.
I understand thats a problem how jest is implement in create-react-app.
Is there a way to fix it?
I create a repository to show the issue https://github.com/Schubidu/jest-lerna-create-react-app-issue
The text was updated successfully, but these errors were encountered:
We setup the test environment in a very special way, so this fix isn't super easy. It would need someone with a deep understanding of Jest (or a lot of time) to figure out how to make this work with our setup.
This isn't on our roadmap, but I'll tag it for anyone who wants to contribute their time.
verbose stack SyntaxError: Unexpected end of input at 1:9570
173 verbose stack abel-preset-jest":"^12.0.2"},"directories":{},"dist":{"shasum":"8eca2
why ?
Hi, with jest since version 0.20 its possible to run on multiple directories.
But with create-react-app its not possible, jest throw an error.
I understand thats a problem how jest is implement in create-react-app.
Is there a way to fix it?
I create a repository to show the issue https://github.com/Schubidu/jest-lerna-create-react-app-issue
The text was updated successfully, but these errors were encountered: