0.0.11 • Published 10 years ago

requirejs-collaborator v0.0.11

Weekly downloads
3
License
BSD
Repository
github
Last release
10 years ago

collaborator

Use require-js as DIC to provide collaborators for jasmine specs.

Edit the file collaborators.js to provide a definition of your tests collaborators. Specify the names of the collaborators methods explicitly, and a jasmine spy will be created for them. If you use 'null' for the method names, an existing module will be expected to be found in the src/ directory.

To install the required modules run

npm install