An open API service indexing awesome lists of open source software.

https://github.com/chmac/testing-packages-example


https://github.com/chmac/testing-packages-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Testing Meteor Packages
---

Steps to reproduce:

* `git clone git@github.com:chmac/testing-packages-example.git`
* `cd testing-packages-example`
* `meteor test-packages email-on-startup`

Note that in packages/fake-email/fake-email.coffee line 6 is called before the
FakeEmail object can be stubbed in email-on-startup-tests.coffee.