-
Notifications
You must be signed in to change notification settings - Fork 13
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
Testing still failing #20
Comments
I confirm. jsdom is missing.
After cleaning node_modules & running npm install again, I have
Stranger things. |
I have added jsdom + travis. Let's keep pushing guys! Thanks a lot! |
The tests don't exit and travis can't just figure it out ... |
@ojacquemart jsdom has a problem on Linux, with respect to contextify, I was getting errors. So I submitted a fix, seem like someone reverted back to require jsdom in See Issue: #13 |
@rajinder-yadav I am on linux too. No probs with jsdom.
My node version: 6.9.2 In fact, the tests pass on the master. I had a strange directory making it fail previously. I test @nchanged We should add a specific script and a specifc mocha opts file, for travis. Without the option |
@ojacquemart My node and npm are more recent, could be the reason I see errors? ~: $ node -v
v7.4.0
~: $ npm -v
4.2.0 [Update] angular2-example: master$ node -v
v6.9.2
angular2-example: master$ npm -v
3.10.9 Not sure what should be done? either open bug with upstream or find a fix. |
I just updated to node 7.5.0 and the everything is workings off master, the test passing! |
No idea why it could fail on node 7.4. |
I just downloaded the latest version and I'm still having issues
On Windows 7 |
But when I declare the variables, everything is OK :
|
@RPDeshaies maybe you need to place your |
@RPDeshaies Could you try to add |
@ojacquemart not working @devmondo just tried and I'm still getting the errors |
The same problem here:
|
On Linux I am seeing this error:
If I correct
mocha.shim.js
by thisI see a failing test
The text was updated successfully, but these errors were encountered: