1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -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" };
writeln!(
&mut self.writer,
"{}",
"\n{}",
colors::gray(format!(
"running {} {} from {}",
plan.total,