-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
2 tests fail #1095
Comments
This particular test fails on Travis too. It passes on my machine, as well as in Chrome, Firefox, Safari. I don't know why it fails on Travis and on your setup (which is?). If you do find out, let me know! You can set the env variable 'Travis' to anything and that test will not run. Unless someone comes up with an explanation, I will close this. |
This could be quite problematic since users submitting PR here cannot be sure what they are submitting is failing because of Travis/env config or because of their code. Furthermore, this is more reassuring to have tests passing on Travis and viewable by everyone rather than just on one specific developper laptop. I think this open should be re-opened and ask for help on that one with Travis experts. |
No problem, let's keep it open. I am just not investigating it. Might not be a travis issue per say, but some strange interraction of |
Happy to report that a clean install gives the error for me too so I can now try to understand what's going on. |
The tests do not update locally (e.g. if I add failing tests), maybe this is because gulp says |
Looks like a bad interaction with I've tweaked the I'll keep open as it would be nice to isolate and report that bug to |
Ok, no need to investigate, a more recent version of |
@marcandre , you were using a really old simple-jsdom, which is why your Instead of fc27638, you could have just bumped the simple-jsdom version to 2.0.0. - "simple-jsdom": "0.0.2",
+ "simple-jsdom": "2.0.0", |
@jmeas Thanks for this workaround, then I don't have to install node 0.12 ... |
lol, sorry, I should not have locked the version in my package.json... |
Heh, no worries. It's tough to keep up with the versions of everything! I release major versions to simple-jsdom whenever jsdom has breaking changes, so that folks with more lenient version specifications don't get errors for the opposite reason that this issue was erroring :P |
Hi,
When i ran the tests i get two tests failing as below;
The text was updated successfully, but these errors were encountered: