When running the tests with Meteor 3+ installed I get huge package conflicts mostly due to practicalmeteor:* packages involved.
Since there is no CI on this project I can not determine how the core team runs this in backward compat mode.
Updating them to use meteortesting:mocha works only if on 3.0.0 because 2.x throws Error: Cannot find module 'fibers'
From my end there are the following things that this repo needs:
- update to 3.0 compatibility for testing (
meteortesting:mocha)
- add a GitHub actions CI with Matrix test for Meteor 1.7, 2.3 and 3.x
- update README
When running the tests with Meteor 3+ installed I get huge package conflicts mostly due to
practicalmeteor:*packages involved.Since there is no CI on this project I can not determine how the core team runs this in backward compat mode.
Updating them to use
meteortesting:mochaworks only if on 3.0.0 because 2.x throwsError: Cannot find module 'fibers'From my end there are the following things that this repo needs:
meteortesting:mocha)