Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 976-976 (lines=1) @@
973
 *
974
 * @param {Suite} suite Root suite.
975
 */
976
module.exports = function (suite) {
977
  var suites = [suite];
978
979
  suite.on('pre-require', function (context, file, mocha) {

node_modules/mocha/lib/interfaces/tdd.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) {