Running Meteor Integration Tests
Integration testing is implemented using Mocha and meteor test
. The driver package is meteortesting:mocha.
Tests can be run from the command line:
npm run test:app
Or to watch for code changes and restart:
npm run test:app:watch