@@ 5560-5560 (lines=1) @@ | ||
5557 | * @param {Function} fn |
|
5558 | * @return {Suite} for chaining |
|
5559 | */ |
|
5560 | Suite.prototype.afterAll = function (title, fn) { |
|
5561 | if (this.isPending()) { |
|
5562 | return this; |
|
5563 | } |
@@ 230-230 (lines=1) @@ | ||
227 | * @param {Function} fn |
|
228 | * @return {Suite} for chaining |
|
229 | */ |
|
230 | Suite.prototype.afterAll = function (title, fn) { |
|
231 | if (this.isPending()) { |
|
232 | return this; |
|
233 | } |