Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 12289-12289 (lines=1) @@
12286
  src.copy(target, offset);
12287
}
12288
12289
module.exports = function () {
12290
  function BufferList() {
12291
    _classCallCheck(this, BufferList);
12292

node_modules/readable-stream/lib/internal/streams/BufferList.js 1 location

@@ 12-12 (lines=1) @@
9
  src.copy(target, offset);
10
}
11
12
module.exports = function () {
13
  function BufferList() {
14
    _classCallCheck(this, BufferList);
15