mochajs / mowatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mowatch Build Status

Watch Mocha tests for changes and execute them

Prototype of a replacement for mocha --watch functionality.

Install

$ npm install -g mowatch

mowatch requires mocha in some form. If mocha is present in the local project, its executable will be used instead of a global one.

Example

$ mowatch test/**/*.js --watch lib/**/*.js

Usage

Watch Mocha tests for changes and execute them

mowatch [mocha options] <test files>

Options:
  --version    Show version number                                     [boolean]
  --watch, -w  Additional files/globs to watch; comma-separated
                                                           [array] [default: []]
  --help, -h   Show help                                               [boolean]

Refer to "mocha --help" for more command line options.

mowatch accepts all command line options except those listed above.

License

©️ 2016 JS Foundation and contributors.

About

License:MIT License


Languages

Language:JavaScript 100.0%