1.0.1 • Published 9 years ago
mocha-cli v1.0.1
mocha-cli
The local mocha executor.
Installation
> npm install -g mocha-cliNote:
- The
mochamodule must not be installed into global. - This module must be installed into global.
Usage
First, please install the mocha module in local.
> npm install --save-dev mochaNext, please do mocha.
> mocha This command executes the global mocha-cli, then it finds and executes the local mocha.
That's all. Enjoy!
PS. Copied heavily from https://github.com/mysticatea/eslint-cli