Write some tests
Install dispatch:mocha-phantomjs:
meteor add dispatch:mocha-phantomjs
Add a test-command to your package.json.
{
"name": "awesome meteor package",
"scripts": {
"test": "meteor test --driver-package dispatch:mocha-...