mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This only affects newly created applications for now, but developers can update to the latest meteor-node-stubs by running meteor npm install meteor-node-stubs@latest https://github.com/meteor/node-stubs/issues/15
modules
To run the tests, first install the npm dependencies, then run the app:
npm install
npm test # just does `meteor run`
then visit localhost:3000 in your browser.