Skip to content

Commit

Permalink
Fix dual class + module exposition of Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 14, 2018
1 parent 527dd8c commit 47ddfff
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,13 @@
* Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
* MIT Licensed
*/
/**
* @namespace Mocha
* @module Mocha
*/
/**
* Module dependencies.
*/


var escapeRe = require('escape-string-regexp');
var path = require('path');
var reporters = require('./reporters');
var utils = require('./utils');

/**
* Expose `Mocha`.
*/

exports = module.exports = Mocha;

/**
Expand Down

0 comments on commit 47ddfff

Please sign in to comment.