Skip to content

Commit cf882c3

Browse files
committed
fix: spacing
1 parent a83d616 commit cf882c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ testStream.once('end', () => {
4545
// print duration in blue
4646
console.log(
4747
'\x1b[34m%s\x1b[0m',
48-
` Duration: ${duration / 1000}s`,
48+
`\nℹ Duration: ${duration / 1000}s\n`,
4949
'\x1b[0m',
5050
)
5151
if (summary.length > 0) {

0 commit comments

Comments
 (0)