Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 20, 2023
1 parent a83d616 commit cf882c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ testStream.once('end', () => {
// print duration in blue
console.log(
'\x1b[34m%s\x1b[0m',
` Duration: ${duration / 1000}s`,
`\nℹ Duration: ${duration / 1000}s\n`,
'\x1b[0m',
)
if (summary.length > 0) {
Expand Down

0 comments on commit cf882c3

Please sign in to comment.