Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 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
  }

node_modules/mocha/lib/suite.js 1 location

@@ 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
  }