Skip to content

Commit

Permalink
chore(e2e): fix reporter output
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 12, 2024
1 parent a9d35cb commit 4b90863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/reporters/printers.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ function printFiles(fileStat, basePath) {
text += `</td></tr>\n`;
}
}
text += `<table>\n`;
text += `</table>`;
text += '\n\n';
}
return text;
}
Expand Down

0 comments on commit 4b90863

Please sign in to comment.