Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 11065-11065 (lines=1) @@
11062
  };
11063
}
11064
11065
Readable.prototype.unpipe = function (dest) {
11066
  var state = this._readableState;
11067
  var unpipeInfo = { hasUnpiped: false };
11068

node_modules/readable-stream/lib/_stream_readable.js 1 location

@@ 688-688 (lines=1) @@
685
  };
686
}
687
688
Readable.prototype.unpipe = function (dest) {
689
  var state = this._readableState;
690
  var unpipeInfo = { hasUnpiped: false };
691