Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

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

node_modules/mocha/lib/suite.js 1 location

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