Skip to content

Commit 68eeffe

Browse files
committed
make test logger add linebreaks
1 parent 270e178 commit 68eeffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const logger: Console["log"] = (...xs) =>
66
log += xs.reduce(
77
(a, x) => a + (typeof x === "string" ? x : JSON.stringify(x)),
88
""
9-
)
9+
) + "\n"
1010
const clearLog = () =>
1111
log = "";
1212

0 commit comments

Comments
 (0)