-
Notifications
You must be signed in to change notification settings - Fork 20
Compare changes between practicalmeteor and rissem mocha-core #1
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
base: master
Are you sure you want to change the base?
Conversation
Run functions with mocha suite context
Fix pending tests without callback
|
Overall, this looks good. Docs and the wrapping code are both definitely clearer. I question not including server side mocha though. Can we just point to the latest version, and expect this package to track the latest mocha version? |
|
@rissem we still include server side mocha in https://github.com/practicalmeteor/meteor-mocha. We want the core to not depend on any mocha version, and just update the mocha version in the package people will actually use. Our https://github.com/practicalmeteor/meteor-mocha is a fork of the real mocha with some client side reporter modifications. Related to that, if we'll be able to use the browserified version of mocha server side too, we'll also improve build times, I think. |
Refactor and cleanup fibers code
Apply review changes
Version 1.0.0 - common mocha core for practicalmeteor and dispatch packages
…brower to undefined. Fixes #8 and praticalmeteor/mocha#51
No description provided.