Skip to content

Commit 2ce99f4

Browse files
Fix linting issues
1 parent 03183b0 commit 2ce99f4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

features/step_definitions/cli_steps.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ When('my env includes {string}', function (this: World, envString: string) {
1515
this.sharedEnv = this.parseEnvString(envString)
1616
})
1717

18-
When(
19-
'I run cucumber-js',
20-
{ timeout: 10000 },
21-
async function (this: World) {
22-
return await this.run(this.localExecutablePath, [])
23-
}
24-
)
18+
When('I run cucumber-js', { timeout: 10000 }, async function (this: World) {
19+
return await this.run(this.localExecutablePath, [])
20+
})
2521

2622
When(
2723
'I run cucumber-js with `{}`',

0 commit comments

Comments
 (0)