Skip to content

Commit f91bbdc

Browse files
committed
fix: add test successes to verbose output in CI
1 parent 774b277 commit f91bbdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/formatters/testResultsFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class TestResultsFormatter {
5252
// some commands like `project deploy start` will report these failures as they happen via MSO:
5353
// https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1215
5454
//
55-
// commands can enable/disable `skipVerboseTestReportOnCI` when instantiating the formatter to skip these.
55+
// commands can enable/disable `skipVerboseTestReportOnCI` when instantiating the formatter to skip these
5656
const skipVerboseTestReport = isCI() && this.skipVerboseTestReportOnCI;
5757

5858
if (!skipVerboseTestReport) {

0 commit comments

Comments
 (0)