Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 40 forks source link

[METEOR 3]: Removing Fibers from Mocha #147

Closed Grubba27 closed 11 months ago

Grubba27 commented 1 year ago

As explained here: https://github.com/meteor/meteor/pull/12515 we have a few changes that needed to be done in mocha in order to work with Meteor 3 Relates to this one aswell https://github.com/Meteor-Community-Packages/meteor-mocha-core/pull/9

StorytellerCZ commented 1 year ago

I will prepare a special release so this can be tested.

Grubba27 commented 1 year ago

This is currently running our CI in the core. We have published a version to test it.