Skip to content

A simple script that makes using the Jasmine testing framework in a standalone project a little simpler.

Notifications You must be signed in to change notification settings

andrew8088/jazz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

#Jazz

##A simple script that makes using the Jasmine testing framework in a standalone project much simpler

###Installation

To install jazz, simply download (or clone) it, and put it somewhere in your path. Personally, I prefer ~/bin (that's not in your path by default).

###Usage

jazz init - include jasmine in the project

jazz create $FunctionName - creates ./src/FunctionName.js ./spec/FunctionNameSpec.js

jazz run - runs tests in browser

About

A simple script that makes using the Jasmine testing framework in a standalone project a little simpler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages