Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 3394-3394 (lines=1) @@
3391
 *
3392
 * @api private
3393
 */
3394
NyanCat.prototype.drawNyanCat = function () {
3395
  var self = this;
3396
  var startWidth = this.scoreboardWidth + this.trajectories[0].length;
3397
  var dist = '\u001b[' + startWidth + 'C';

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

@@ 149-149 (lines=1) @@
146
 *
147
 * @api private
148
 */
149
NyanCat.prototype.drawNyanCat = function () {
150
  var self = this;
151
  var startWidth = this.scoreboardWidth + this.trajectories[0].length;
152
  var dist = '\u001b[' + startWidth + 'C';