Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 2008-2008 (lines=1) @@
2005
 * @api public
2006
 */
2007
2008
function Base (runner) {
2009
  var stats = this.stats = { suites: 0, tests: 0, passes: 0, pending: 0, failures: 0 };
2010
  var failures = this.failures = [];
2011

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

@@ 253-253 (lines=1) @@
250
 * @api public
251
 */
252
253
function Base (runner) {
254
  var stats = this.stats = { suites: 0, tests: 0, passes: 0, pending: 0, failures: 0 };
255
  var failures = this.failures = [];
256