Skip to content

cdebotton/pruno-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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']
    });
});

About

A mocha test runner with should and coffee-script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published