Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Testing

lu40 edited this page Feb 5, 2018 · 1 revision

Testing with mocha

From inside the app dir you can run:

  • Unit tests: meteor npm run test
  • Full-stack tests: meteor npm run test-app

These tests also get performed automatically on Travis CI whenever commiting something to the repository.