We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b8beb commit d99ac1dCopy full SHA for d99ac1d
src/TestScenario.ts
@@ -81,7 +81,7 @@ export class TestScenario {
81
void client.simPause();
82
}
83
if (step.name) {
84
- this.log(chalkTemplate`{gray Executing step:} {yellow ${step.name}`);
+ this.log(chalkTemplate`{gray Executing step:} {yellow ${step.name}}`);
85
86
await this.executeStep(client, step);
87
0 commit comments