Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 11707-11707 (lines=1) @@
11704
11705
function nop() {}
11706
11707
function WritableState(options, stream) {
11708
  Duplex = Duplex || require('./_stream_duplex');
11709
11710
  options = options || {};

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

@@ 100-100 (lines=1) @@
97
98
function nop() {}
99
100
function WritableState(options, stream) {
101
  Duplex = Duplex || require('./_stream_duplex');
102
103
  options = options || {};