Skip to content

Commit

Permalink
Update run-helpers.js
Browse files Browse the repository at this point in the history
deleted unnecessary lines
  • Loading branch information
stoicchild8910 authored Aug 29, 2020
1 parent b064b58 commit 075c197
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/cli/run-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,8 @@ exports.runMocha = async (mocha, options) => {

const files = collectFiles(fileCollectParams);
if(files.length===1) {
if(options.parallel && !options.parallelForce) {
mocha.parallelMode(false);
parallel=false;
}
mocha.parallelMode(false);
parallel=false;
}

let run;
Expand Down

0 comments on commit 075c197

Please sign in to comment.