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:
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" };
|
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,
|
||||||
|
|
Loading…
Reference in a new issue