0.6.0 • Published 9 years ago
jasmine-spec-factory v0.6.0
Jasmine Spec Factory
An opinionated Jasmine spec generator for AMD modules.
Installation
$ npm install --global jasmine-spec-factoryUsage
$ jasmine-spec-factory ~/path/to/an/amd/module.jsTesting
$ npm testOpinions
- Modules are AMD.
- All public methods are properties assigned to a variable named
publicMemberswhich is an object returned from the module. - All property names are enclosed in double quotes.
Issues
License
The MIT License (Expat). See the license file for details.