gulp-mocha
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -38,3 +38,3 @@ 'use strict'; | ||
clearCache(); | ||
stream.emit('error', new gutil.PluginError('gulp-mocha', err)); | ||
stream.emit('error', new gutil.PluginError('gulp-mocha', err, {stack: err.stack, showStack: true})); | ||
} | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "gulp-mocha", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Run Mocha tests", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# [gulp](http://gulpjs.com)-mocha [![Build Status](https://travis-ci.org/sindresorhus/gulp-mocha.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-mocha) | ||
> Run [Mocha](http://visionmedia.github.io/mocha/) tests | ||
> Run [Mocha](https://github.com/mochajs/mocha/) tests | ||
@@ -57,3 +57,3 @@ *Keep in mind that this is just a thin wrapper around Mocha and your issue is most likely with Mocha.* | ||
Accepted globals. | ||
List of accepted global variable names, example `['YUI']`. See [Mocha globals option](https://visionmedia.github.io/mocha/#globals-option). | ||
@@ -60,0 +60,0 @@ |
3987