jasmine-spec-factory
v0.6.0
Published
An opinionated Jasmine spec generator for AMD modules.
Maintainers
Readme
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.
