Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4175-4175 (lines=1) @@
4172
 *
4173
 * @api private
4174
 */
4175
Runnable.prototype.resetTimeout = function () {
4176
  var self = this;
4177
  var ms = this.timeout() || 1e9;
4178

node_modules/mocha/lib/runnable.js 1 location

@@ 226-226 (lines=1) @@
223
 *
224
 * @api private
225
 */
226
Runnable.prototype.resetTimeout = function () {
227
  var self = this;
228
  var ms = this.timeout() || 1e9;
229