pruno-mocha

v1.0.2
A mocha test runner with should and coffee-script
mocha bdd tdd tests chai should pruno

pruno-mocha

A mocha test runner with support for should and coffeescript.

Usage

"use strict";

var pruno = require('pruno');

pruno.plugins(function(mix) {
  mix
    .configure({ dir: __dirname + '/config' })
    .mocha({
      search: ['./src/**/*.js', './tests/**/*.js', './tests/**/*.coffee'],
      coffee: false,
      use: ['should']
    });
});
npm i pruno-mocha

Metadata

  • ISC
  • Whatever
  • Christian de Botton
  • released 2/1/2015

Downloads

Maintainers