@@ 4567-4567 (lines=1) @@ | ||
4564 | * @param {Test} test |
|
4565 | * @param {Error} err |
|
4566 | */ |
|
4567 | Runner.prototype.fail = function (test, err) { |
|
4568 | if (test.isPending()) { |
|
4569 | return; |
|
4570 | } |
@@ 219-219 (lines=1) @@ | ||
216 | * @param {Test} test |
|
217 | * @param {Error} err |
|
218 | */ |
|
219 | Runner.prototype.fail = function (test, err) { |
|
220 | if (test.isPending()) { |
|
221 | return; |
|
222 | } |