-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Broken React example #88
Comments
If you run
|
Hi, i'm facing similar issue when testing React.
I use Windows. Other test types work fine. But when running on windows:
Could you help me figure out the issue here ? |
Look in the example's package.json versus the root package.json. Specifically,
React will not tolerate any mockery. I was embarrassed to find it in the docs a couple minutes after my post and the quick response. (Thanks for not calling me out @spicyj). |
Thank you for so quick reply. or, i use the instead of absolute path , but the error is the same. Is it Windows error specific ? |
Can you push your code to github? |
Hi, my code is here: https://github.com/checkraiser/testjest |
Running
I get
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Here's my initialization sequence: git clone https://github.com/facebook/jest.git && cd jest && npm install && npm install react && npm install react-tools && cd examples/react && node ../../bin/jest.js. I get the following error:
The text was updated successfully, but these errors were encountered: