0.5.7 • Published 9 years ago

mocha-spec-reporter-async v0.5.7

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

mocha-spec-reporter-async

Used when reporting from Gulp. Outputs all test results at once to avoid an async console.log mess.

Build Status

Code Climate

Coverage Status

Dependencies

NPM version

##Example

gulp.task('unit tests', function (done) {
  var mocha = require('gulp-mocha');

  return gulp.src('./test/unit/**/*.js', {read: false})
      .pipe(mocha({
        reporter: 'mocha-spec-reporter-async',
        growl: true,
        ui: 'bdd'
      }));
});

##To DO

  • Lower code complexity
  • Find better way to convert checkmarks and ecks between windows and linux/mac.
0.5.7

9 years ago

0.5.6

10 years ago

0.5.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago