Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 4567-4567 (lines=1) @@
4564
 * @param {Test} test
4565
 * @param {Error} err
4566
 */
4567
Runner.prototype.fail = function (test, err) {
4568
  if (test.isPending()) {
4569
    return;
4570
  }

node_modules/mocha/lib/runner.js 1 location

@@ 219-219 (lines=1) @@
216
 * @param {Test} test
217
 * @param {Error} err
218
 */
219
Runner.prototype.fail = function (test, err) {
220
  if (test.isPending()) {
221
    return;
222
  }