Skip to content

Commit c515f56

Browse files
hpatel292-senecaJacopoPatroclo
authored andcommitted
test_runner: remove debug from reporterColorMap
implemented requested change by removing debug from reporterColorMap Refs: nodejs#55964 (review)
1 parent 947130e commit c515f56

File tree

1 file changed

+0
-3
lines changed
  • lib/internal/test_runner/reporter

1 file changed

+0
-3
lines changed

lib/internal/test_runner/reporter/utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ const reporterColorMap = {
4040
get 'info'() {
4141
return colors.blue;
4242
},
43-
get 'debug'() {
44-
return colors.gray;
45-
},
4643
get 'warn'() {
4744
return colors.yellow;
4845
},

0 commit comments

Comments
 (0)