We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270e178 commit 68eeffeCopy full SHA for 68eeffe
1 file changed
test/index.test.ts
@@ -6,7 +6,7 @@ const logger: Console["log"] = (...xs) =>
6
log += xs.reduce(
7
(a, x) => a + (typeof x === "string" ? x : JSON.stringify(x)),
8
""
9
- )
+ ) + "\n"
10
const clearLog = () =>
11
log = "";
12
0 commit comments