Skip to content

Commit

Permalink
Remove git conflict marker
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Feb 5, 2024
1 parent 5b03817 commit 7ea309c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/mocha-multi-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,11 @@ function MultiReporter(this: MultiReporterThis, runner: mocha.Runner, options: m
}
}

<<<<<<< HEAD
inherits(MultiReporter, Base)

MultiReporter.prototype.done = function(failures: number, fn?: (failures: number) => void): void {
const doneableReporters = this.reporters.filter((reporter: typeof Base) =>
typeof reporter.prototype.done === "function"
||||||| parent of 5a02983 (Eslint fixes)
MultiReporter.prototype.done = function(failures: number, fn?: (failures: number) => void): void {
const doneableReporters = this.reporters.filter((reporter: typeof Base) =>
typeof reporter.prototype.done === "function"
=======
MultiReporter.prototype.done = function (failures: number, fn?: (failures: number) => void): void {
const doneableReporters = this.reporters.filter(
(reporter: typeof Base) => typeof reporter.prototype.done === 'function'
>>>>>>> 5a02983 (Eslint fixes)
)

for (const reporter of doneableReporters) {
Expand Down

0 comments on commit 7ea309c

Please sign in to comment.