0.0.3 • Published 11 years ago

run-mocha v0.0.3

Weekly downloads
9
License
-
Repository
github
Last release
11 years ago

run-mocha

Function that converts an object into a mocha suite. Useful for sharing tests with the browser that use an 'export' like interface

Installation

npm install --save run-mocha

Usage

Development

Clone, install dependencies and re-test whenever some file is modified:

git clone git://github.com/tarruda/run-mocha.git
cd run-mocha
npm install
grunt