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:
parent
94b588ce66
commit
f71829f9d7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue