Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 8578-8578 (lines=1) @@
8575
8576
	  return ret;
8577
	}
8578
	function collectContext(state, matchChanges) {
8579
	  var changes = [],
8580
	      merged = [],
8581
	      matchIndex = 0,

node_modules/diff/lib/patch/merge.js 1 location

@@ 294-294 (lines=1) @@
291
292
  return ret;
293
}
294
function collectContext(state, matchChanges) {
295
  var changes = [],
296
      merged = [],
297
      matchIndex = 0,