Skip to content

Commit

Permalink
Removed some unnessisary prints from mocha reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Jan 13, 2025
1 parent 9b80589 commit 2f72715
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions framework/src/source/MochaTestReporter.bs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ namespace rooibos
' end function

override sub onEnd(event as rooibos.TestReporterOnEndEvent)
print "Rooibos Version:" m.testRunner.runtimeConfig.getVersionText() + chr(10)
stats = event.stats

print string(1, chr(9)) m.colorLines("bright pass", `${stats.passedCount} passed`) + m.colorLines("light", ` (${stats.time}ms)`)
Expand All @@ -96,15 +95,6 @@ namespace rooibos
m.logFailures(testGroup)
end for
end for

'bs:disable-next-line
ignoredInfo = m.testRunner.runtimeConfig.getIgnoredTestInfo()
if ignoredInfo.count > 0
print "Ignored tests:" ignoredInfo.count
for each ignoredItemName in ignoredInfo.items
print "name:" ignoredItemName
end for
end if
end sub

sub logFailures(testGroup)
Expand Down

0 comments on commit 2f72715

Please sign in to comment.