1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

Added empty line between test modules

This commit is contained in:
Leo Lamprecht 2024-10-11 14:47:36 +02:00
parent 94b588ce66
commit f71829f9d7

View file

@ -181,7 +181,7 @@ impl TestReporter for PrettyTestReporter {
let inflection = if plan.total == 1 { "test" } else { "tests" }; let inflection = if plan.total == 1 { "test" } else { "tests" };
writeln!( writeln!(
&mut self.writer, &mut self.writer,
"{}", "\n{}",
colors::gray(format!( colors::gray(format!(
"running {} {} from {}", "running {} {} from {}",
plan.total, plan.total,