Skip to content

Commit

Permalink
test_runner: remove debug from reporterColorMap
Browse files Browse the repository at this point in the history
implemented requested change by removing debug
from reporterColorMap

Refs: #55964 (review)
  • Loading branch information
hpatel292-seneca committed Nov 24, 2024
1 parent 1ca0d45 commit 038b0f8
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 038b0f8

Please sign in to comment.