Skip to content

Commit e614d32

Browse files
committed
Making Prettier: from " to '
1 parent c16103e commit e614d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/step_definitions/cli_steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When(
5353
'I run cucumber-js with all formatters',
5454
{ timeout: 10000 },
5555
async function (this: World) {
56-
const args = "--format html:html.out --format json:json.out"
56+
const args = '--format html:html.out --format json:json.out'
5757
const renderedArgs = Mustache.render(args, this)
5858
const stringArgs = stringArgv(renderedArgs)
5959
return await this.run(this.localExecutablePath, stringArgs)

0 commit comments

Comments
 (0)