Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 841-841 (lines=1) @@
838
exports.qunit = require('./qunit');
839
exports.exports = require('./exports');
840
841
},{"./bdd":7,"./exports":9,"./qunit":11,"./tdd":12}],11:[function(require,module,exports){
842
'use strict';
843
844
/**

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

@@ 34-34 (lines=1) @@
31
 *
32
 * @param {Suite} suite Root suite.
33
 */
34
module.exports = function (suite) {
35
  var suites = [suite];
36
37
  suite.on('pre-require', function (context, file, mocha) {