Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4768-4768 (lines=1) @@
4765
 * @param {Function} fn
4766
 * @api private
4767
 */
4768
Runner.prototype.runTest = function (fn) {
4769
  var self = this;
4770
  var test = this.test;
4771

node_modules/mocha/lib/runner.js 1 location

@@ 420-420 (lines=1) @@
417
 * @param {Function} fn
418
 * @api private
419
 */
420
Runner.prototype.runTest = function (fn) {
421
  var self = this;
422
  var test = this.test;
423