0.6.0 • Published 10 years ago

jasmine-spec-factory v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Jasmine Spec Factory

npm Version GitHub License Build Status

An opinionated Jasmine spec generator for AMD modules.

Installation

$ npm install --global jasmine-spec-factory

Usage

$ jasmine-spec-factory ~/path/to/an/amd/module.js

Testing

$ npm test

Opinions

  • Modules are AMD.
  • All public methods are properties assigned to a variable named publicMembers which is an object returned from the module.
  • All property names are enclosed in double quotes.

Issues

  • Module name generation requires it to be documented via JSDoc's @exports tag.

License

The MIT License (Expat). See the license file for details.

0.6.0

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago