[bun:test] Always dim skip

This commit is contained in:
Jarred Sumner
2023-01-13 13:13:01 -08:00
parent 88ffdc5fec
commit aa9e56edfe

View File

@@ -110,7 +110,7 @@ pub const CommandLineReporter = struct {
const display_label = if (label.len > 0) label else "test";
const color_code = comptime if (skip) "<yellow>" else "";
const color_code = comptime if (skip) "<yellow><d>" else "";
if (Output.enable_ansi_colors_stderr) {
for (scopes) |_, i| {