From 4b908630af77ca8734c144bd4fd0be66a25e4eb6 Mon Sep 17 00:00:00 2001 From: "ala'n (Alexey Stsefanovich)" Date: Mon, 12 Feb 2024 19:30:30 +0100 Subject: [PATCH] chore(e2e): fix reporter output --- e2e/reporters/printers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/reporters/printers.js b/e2e/reporters/printers.js index 3a3276050..d38f79fd6 100644 --- a/e2e/reporters/printers.js +++ b/e2e/reporters/printers.js @@ -45,7 +45,8 @@ function printFiles(fileStat, basePath) { text += `\n`; } } - text += `\n`; + text += `
`; + text += '\n\n'; } return text; }