Skip to content

Commit

Permalink
feat: hide testInfo until tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 21, 2023
1 parent 8dff8e3 commit 45c24fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/progressBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class DeployProgress extends Progress {
}

public start(): void {
super.start(0, { status: 'Waiting', trackingInfo: '' }, DeployProgress.OPTIONS);
super.start(0, { status: 'Waiting', trackingInfo: '', testInfo: '' }, DeployProgress.OPTIONS);

// for sourceMember polling events
this.lifecycle.on<SourceMemberPollingEvent>('sourceMemberPollingEvent', (event: SourceMemberPollingEvent) =>
Expand Down

0 comments on commit 45c24fe

Please sign in to comment.