Skip to content

Commit ab9b932

Browse files
author
Graydon Hope
committed
Fix tests to include proper testing for output report generation
1 parent 65a5c6a commit ab9b932

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cli/src/commands/scan/output-scan-report.mts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ export async function outputScanReport(
9696
process.exitCode = 1;
9797
}
9898

99-
// I don't think we emit the default error message with banner for an unhealthy report, do we?
100-
// if (!scanReport.data.healthy) {
101-
// logger.fail(failMsgWithBadge(scanReport.message, scanReport.cause))
102-
// return
103-
// }
104-
10599
if (
106100
outputKind === OUTPUT_JSON ||
107101
(outputKind === OUTPUT_TEXT && filepath && filepath.endsWith('.json'))

0 commit comments

Comments
 (0)