Skip to content

Commit

Permalink
fix: conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Oct 31, 2023
1 parent 496b3fd commit f99200d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/command/run-workers.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ module.exports = async function (workerCount, selectedRuns, options) {
output.test.passed(test);
});

<<<<<<< HEAD
workers.on(event.step.failed, (step) => {
failedStepArr.push(step);
});

workers.on(event.step.passed, (step) => {
passedStepArr.push(step);
});

workers.on(event.step.skipped, (step) => {
skippedStepArr.push(step);
});

=======
>>>>>>> d68ee620 (fix: attach step object to test object)
workers.on(event.all.result, () => {
// expose test stats after all workers finished their execution
event.dispatcher.emit(event.workers.result, {
Expand Down

0 comments on commit f99200d

Please sign in to comment.