Skip to content

Commit

Permalink
fix: an issue with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Aug 20, 2024
1 parent 71b1c19 commit a4207cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qase-wdio/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default class WDIOQaseReporter extends WDIOReporter {
const configLoader = new ConfigLoader();
const config = configLoader.load();

// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
this.reporter = QaseReporter.getInstance({
...composeOptions(options, config),
frameworkPackage: 'wdio',
Expand Down

0 comments on commit a4207cc

Please sign in to comment.