包详细信息

run-mocha

tarruda420.0.3

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

自述文件

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