meteor-stubs
v0.0.6
Published
Stubs for Meteor core objects
Downloads
1
Readme
meteor-stubs
Stubs of Meteor core objects. For use in unit testing frameworks.
Usage
Add stubs to global context:
// test-script.js
MeteorStubs.install();
Revert context:
MeteorStubs.uninstall();