From cf882c386ea9543882b5f42152208cac3c8a8e8e Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 20 Sep 2023 09:03:26 +0200 Subject: [PATCH] fix: spacing --- test/runTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runTests.ts b/test/runTests.ts index 237376ab6..57c5663b6 100644 --- a/test/runTests.ts +++ b/test/runTests.ts @@ -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) {