@@ 5620-5620 (lines=1) @@ | ||
5617 | * @param {Function} fn |
|
5618 | * @return {Suite} for chaining |
|
5619 | */ |
|
5620 | Suite.prototype.afterEach = function (title, fn) { |
|
5621 | if (this.isPending()) { |
|
5622 | return this; |
|
5623 | } |
@@ 290-290 (lines=1) @@ | ||
287 | * @param {Function} fn |
|
288 | * @return {Suite} for chaining |
|
289 | */ |
|
290 | Suite.prototype.afterEach = function (title, fn) { |
|
291 | if (this.isPending()) { |
|
292 | return this; |
|
293 | } |