Skip to content

Commit 06be59a

Browse files
renovate[bot]renovate-botaurelien-reeves
authored
chore(deps): update eslint packages (#1786)
* 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>
1 parent 5558fe5 commit 06be59a

File tree

5 files changed

+168
-155
lines changed

5 files changed

+168
-155
lines changed

features/step_definitions/cli_steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When(
5858
args += ' ' + formats.map((f) => `--format ${f}`).join(' ')
5959
const renderedArgs = Mustache.render(args, this)
6060
const stringArgs = stringArgv(renderedArgs)
61-
return this.run(this.localExecutablePath, stringArgs)
61+
return await this.run(this.localExecutablePath, stringArgs)
6262
}
6363
)
6464

0 commit comments

Comments
 (0)