Skip to content

We do the same thing to mocha as Edison did to light bulbs.

Notifications You must be signed in to change notification settings

absolvent/justgetpreset-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookly-preset-mocha

Wrapper around mocha for ease of use and zero configuration.

usage

You can easily attach mocha to your gulpfile.

const gulp = require('gulp');
const mocha = require('lookly-preset-mocha');

gulp.task('test', function gulpTestTask() {
  return mocha([
    'tests/**/*.test.js',
  ]);
});

About

We do the same thing to mocha as Edison did to light bulbs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published