-
Notifications
You must be signed in to change notification settings - Fork 117
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
Use Latest v1.18.x Mocha #175
Comments
Took a quick look at this but it leads to some test failures. Does any collaborator want to have a go? |
What sort of failures are you talking about? I need to use the promises features, does anyone have a clue on how to update the version of Mocha? |
I'm making progress on this issue here: https://github.com/outdooricon/konacha/tree/mocha_2.2.5. Working on moving towards 2.2.5. I have it down to only erring in runner_spec now... |
Would love some additional help... the runner_spec feels a little over my head. It looks like Mocha is now much more verbose than what the test runner is expecting. Here's the error output:
|
I've now got runner_spec to just erring for |
Ok, it's because Mocha is testing for instanceof Error now in fail. Since Konacha uses iframes, the instanceof check on chai assertions fails. When mochajs/mocha#1758 is merged, then we should be good to go. |
Mocha finally released with my fix. This issue will now be solved in #211 |
I opened this issue on Chai.js' issue system.
chaijs/chai#255
Once they update, I'd like to consider updating Konacha too. Really looking forward to using the new promise features baked into Mocha core now.
The text was updated successfully, but these errors were encountered: