Skip to content

Commit 038b0f8

Browse files
test_runner: remove debug from reporterColorMap
implemented requested change by removing debug from reporterColorMap Refs: #55964 (review)
1 parent 1ca0d45 commit 038b0f8

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

-3
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)