Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 2860-2860 (lines=1) @@
2857
 * @api public
2858
 * @param {Runner} runner
2859
 */
2860
function JSONReporter (runner) {
2861
  Base.call(this, runner);
2862
2863
  var self = this;

node_modules/mocha/lib/reporters/json.js 1 location

@@ 21-21 (lines=1) @@
18
 * @api public
19
 * @param {Runner} runner
20
 */
21
function JSONReporter (runner) {
22
  Base.call(this, runner);
23
24
  var self = this;