grunt-mocha2025
v1.0.3
Published
A barebone mocha test runner for grunt.
Readme
grunt-mocha2025
A barebone mocha test runner for Grunt.
Install
$ npm install --save-dev mocha grunt-mocha2025Usage
require('load-grunt-tasks')(grunt);
grunt.initConfig({
mocha2025: {
tests: {
src: ['tests/**/*Test.js'],
}
}
});Licence
MIT
