We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774b277 commit f91bbdcCopy full SHA for f91bbdc
1 file changed
src/formatters/testResultsFormatter.ts
@@ -52,7 +52,7 @@ export class TestResultsFormatter {
52
// some commands like `project deploy start` will report these failures as they happen via MSO:
53
// https://github.com/salesforcecli/plugin-deploy-retrieve/pull/1215
54
//
55
- // commands can enable/disable `skipVerboseTestReportOnCI` when instantiating the formatter to skip these.
+ // commands can enable/disable `skipVerboseTestReportOnCI` when instantiating the formatter to skip these
56
const skipVerboseTestReport = isCI() && this.skipVerboseTestReportOnCI;
57
58
if (!skipVerboseTestReport) {
0 commit comments