We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68984c9 commit 38fa5c1Copy full SHA for 38fa5c1
gulpfile.js
@@ -43,7 +43,6 @@ var tasks = [
43
44
tasks.forEach(function(task) {
45
var run = require('gulp-run');
46
- // var require('stream').Writable({ objectMode: true });
47
48
gulp.task(task.cmd, task.help, ['lint-' + task.cmd], function() {
49
// We expected that mocha-phantomjs print colorized results, but it isn't.
0 commit comments