Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 1563-1563 (lines=1) @@
1560
 * @param {Function} fn
1561
 * @return {Runner}
1562
 */
1563
Mocha.prototype.run = function (fn) {
1564
  if (this.files.length) {
1565
    this.loadFiles();
1566
  }

node_modules/mocha/lib/mocha.js 1 location

@@ 512-512 (lines=1) @@
509
 * @param {Function} fn
510
 * @return {Runner}
511
 */
512
Mocha.prototype.run = function (fn) {
513
  if (this.files.length) {
514
    this.loadFiles();
515
  }