Skip to content

Commit

Permalink
Remove test running from gulp file
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Nov 10, 2014
1 parent 0125e8d commit 092cc09
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ var banner = ['/**',
' */',
''].join('\n');

gulp.task('test', function() {
return gulp.src('test/**/*.test.js', {read: false})
.pipe($.mocha({
reporter: 'mocha-better-spec-reporter'
}));
});

gulp.task('script', function() {
var bundleStream = browserify({
entries: './lib/should.js',
Expand Down

0 comments on commit 092cc09

Please sign in to comment.