-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error while running tests #55
Comments
@knowbody Jest not working on node 0.12.x is a known issue (see jestjs/jest#243). For me the tests started working after installing node 0.10 and running From #10 it seems that as soon as Jest 0.5.0 stable version gets released, this project can move to iojs and the old version of node is no longer needed. |
oh, make sense now, thanks @fson! |
we could mention that in the README I guess. |
@knowbody I think that's a good idea. There's a warning from |
so which version should I use? v0.10.0? |
@knowbody I installed v0.10.40, which is the latest 0.10.x release and it worked with that. |
with 0.10.40 fails. I get:
|
@knowbody Try double checking your |
@yungsters I don't know actually what happened but tried to I just think we should add clear instructions as it's important to run those tests locally and I'm guessing most of ppl use 0.12.7. any ETA on when Jest 0.5.0 stable will be released? |
Thanks for bringing up this issue - I've documented the configuration required to run tests at https://github.com/facebook/relay/wiki/Frequently-Asked-Questions#error-running-npm-test - please feel to reopen this if there are any additional questions. |
I published jest 0.5 today and sent a pull request to upgrade relay to iojs and jest, see #74 |
I get an error while trying to run tests:
npm run tests
this is what I get:
The text was updated successfully, but these errors were encountered: