Files
meteor/tools/tests/apps/modules
Ben Newman d2e4661fe4 Remove assertion in modules test app no longer valid in Node 8.
Since this code is no longer being transpiled in Meteor 1.6 and Node 8,
there is no arguments object involved.
2017-07-22 10:20:51 -04:00
..

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.