@@ 4768-4768 (lines=1) @@ | ||
4765 | * @param {Function} fn |
|
4766 | * @api private |
|
4767 | */ |
|
4768 | Runner.prototype.runTest = function (fn) { |
|
4769 | var self = this; |
|
4770 | var test = this.test; |
|
4771 |
@@ 420-420 (lines=1) @@ | ||
417 | * @param {Function} fn |
|
418 | * @api private |
|
419 | */ |
|
420 | Runner.prototype.runTest = function (fn) { |
|
421 | var self = this; |
|
422 | var test = this.test; |
|
423 |