Skip to content

Commit

Permalink
Remove unneeded Mocha require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode committed Apr 8, 2018
1 parent f668318 commit 64b0784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var fs = require('fs');
var path = require('path');
var sourcemaps = require('gulp-sourcemaps');
var File = require('vinyl');
require('mocha');

var createFile = function (filepath, contents) {
var base = path.dirname(filepath);
Expand Down

0 comments on commit 64b0784

Please sign in to comment.