Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4212-4212 (lines=1) @@
4209
 * @param {Function} fn
4210
 * @api private
4211
 */
4212
Runnable.prototype.run = function (fn) {
4213
  var self = this;
4214
  var start = new Date();
4215
  var ctx = this.ctx;

node_modules/mocha/lib/runnable.js 1 location

@@ 263-263 (lines=1) @@
260
 * @param {Function} fn
261
 * @api private
262
 */
263
Runnable.prototype.run = function (fn) {
264
  var self = this;
265
  var start = new Date();
266
  var ctx = this.ctx;