0.1.1 • Published 5 years ago

puppet-run-plugin-mocha v0.1.1

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

Mocha Plugin

Allows effortlessly running Mocha tests in the browser using puppet-run.

Usage

Usage
  $ puppet-run --plugin=mocha path/to/*.test.js
  $ puppet-run --plugin=mocha path/to/*.test.js -- <...options>

Options
  --help            Print this help.
  -u, --ui          Test interface, like "bdd" or "tdd". Defaults to "bdd".
  -R, --reporter    Test reporter. Defaults to "spec".

See also
  https://mochajs.org/

License

MIT