https://github.com/chmac/testing-packages-example
https://github.com/chmac/testing-packages-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chmac/testing-packages-example
- Owner: chmac
- Created: 2015-06-22T19:00:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T19:03:02.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T04:39:49.687Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.