The meteortesting:mocha downgrade is the one killing me right now (all my server tests currently fail) and the current version cannot be installed because the http package has a major version bump…
meteor add meteortesting:mocha@2.0.1 (feature/meteor2.3beta)refapp
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint http@1.0.0 is not satisfied by http 2.0.0-beta230.5.
Constraints on package "http":
* http@~2.0.0-beta230.5 <- top level
* http@1.0.0 <- meteortesting:mocha 2.0.1
The package claims to be community maintained but it doesn’t live in the MeteorCommunity github organization.