mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
While this was necessary in previous versions of Meteor, as of 1.6 the `self-test` tooling will automatically install the dependencies it needs at runtime. Not only does this allow the installation to be avoided when tests using those facilities aren't invoked, it also allows us to reliably install the same version of these npms, rather than falling back to the `latest` npm tag on each CI run.