Skip to content

Commit

Permalink
chore(deps): update eslint packages (#1786)
Browse files Browse the repository at this point in the history
* chore(deps): update eslint packages

* Fix linting errors

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: aurelien-reeves <aurelien.reeves@smartbear.com>
  • Loading branch information
3 people committed Sep 1, 2021
1 parent 5558fe5 commit 06be59a
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 155 deletions.
2 changes: 1 addition & 1 deletion features/step_definitions/cli_steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When(
args += ' ' + formats.map((f) => `--format ${f}`).join(' ')
const renderedArgs = Mustache.render(args, this)
const stringArgs = stringArgv(renderedArgs)
return this.run(this.localExecutablePath, stringArgs)
return await this.run(this.localExecutablePath, stringArgs)
}
)

Expand Down
Loading

0 comments on commit 06be59a

Please sign in to comment.