Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test_runner: remove debug from reporterColorMap
implemented requested change by removing debug
from reporterColorMap

Refs: #55964 (review)
  • Loading branch information
hpatel292-seneca authored and JacopoPatroclo committed Apr 18, 2025
commit c515f56c30bedb164ca00d047e75259bc3635b92
3 changes: 0 additions & 3 deletions lib/internal/test_runner/reporter/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ const reporterColorMap = {
get 'info'() {
return colors.blue;
},
get 'debug'() {
return colors.gray;
},
get 'warn'() {
return colors.yellow;
},
Expand Down