@@ 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 | } |
@@ 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 | } |