mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
[bun:test] Always dim skip
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user