Introduction to unit testing in Meteor
Note: since the time of this video, there have been three minor changes:
- Bowfolios now uses the package meteortesting:mocha rather than practicalmeteor:mocha,
- The command for testing is now
meteor npm run test
, not meteor npm run test-watch
.
- The testing output goes to the console window, not to a browser.