We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 385f167 + 1af74a9 commit 4a5fdd4Copy full SHA for 4a5fdd4
4 files changed
lib/index.js
@@ -4,7 +4,7 @@ var _ = require('lodash'),
4
through = require('through'),
5
proc = require('child_process'),
6
join = require('path').join,
7
- PluginError = require('gulp-util').PluginError;
+ PluginError = require('plugin-error');
8
9
/**
10
* Returns a stream to use with Gulp which executes the passed files as Mocha
0 commit comments