@@ 5590-5590 (lines=1) @@ | ||
5587 | * @param {Function} fn |
|
5588 | * @return {Suite} for chaining |
|
5589 | */ |
|
5590 | Suite.prototype.beforeEach = function (title, fn) { |
|
5591 | if (this.isPending()) { |
|
5592 | return this; |
|
5593 | } |
@@ 260-260 (lines=1) @@ | ||
257 | * @param {Function} fn |
|
258 | * @return {Suite} for chaining |
|
259 | */ |
|
260 | Suite.prototype.beforeEach = function (title, fn) { |
|
261 | if (this.isPending()) { |
|
262 | return this; |
|
263 | } |