Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 494-494 (lines=1) @@
491
  this._error = err;
492
};
493
494
},{"./runnable":32,"./utils":36}],7:[function(require,module,exports){
495
'use strict';
496
497
/**

node_modules/mocha/lib/interfaces/bdd.js 1 location

@@ 26-26 (lines=1) @@
23
 *
24
 * @param {Suite} suite Root suite.
25
 */
26
module.exports = function (suite) {
27
  var suites = [suite];
28
29
  suite.on('pre-require', function (context, file, mocha) {