Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4803-4803 (lines=1) @@
4800
 * @param {Suite} suite
4801
 * @param {Function} fn
4802
 */
4803
Runner.prototype.runTests = function (suite, fn) {
4804
  var self = this;
4805
  var tests = suite.tests.slice();
4806
  var test;

node_modules/mocha/lib/runner.js 1 location

@@ 455-455 (lines=1) @@
452
 * @param {Suite} suite
453
 * @param {Function} fn
454
 */
455
Runner.prototype.runTests = function (suite, fn) {
456
  var self = this;
457
  var tests = suite.tests.slice();
458
  var test;