Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4532-4532 (lines=1) @@
4529
 *
4530
 * @api private
4531
 */
4532
Runner.prototype.checkGlobals = function (test) {
4533
  if (this.ignoreLeaks) {
4534
    return;
4535
  }

node_modules/mocha/lib/runner.js 1 location

@@ 184-184 (lines=1) @@
181
 *
182
 * @api private
183
 */
184
Runner.prototype.checkGlobals = function (test) {
185
  if (this.ignoreLeaks) {
186
    return;
187
  }