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
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
I'm having this same issue. I've copied the code right here and it doesn't fail between google.com and google.co.jp, and I've spun up some test servers with different content and it doesn't fail there, either. Please help?
Tests were running and passing very fast using google.com and google.co.jp.
Turns out mocha wasn't finding the .opts file so co-mocha wasn't being required before execution.
Quick test is to see if adding --require co-mocha fixes things. You can also use mocha --opts /path/to/mocha.opts to point mocha directly to your mocha.opts.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm just getting started so I'm probably doing something wrong but this test passes. I'm comparing
google.com
andyahoo.com
, so I'd expect it to fail.The text was updated successfully, but these errors were encountered: