We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebfa85 commit eadfa26Copy full SHA for eadfa26
test/external-assertions/test.js
@@ -24,7 +24,8 @@ The expression evaluated to a falsy value:
24
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
25
26
assert.ok(false)
27
-`.split('\n').map(line => line ? ` ${line}` : '').join('\n') + '\n',
+
28
+`.split('\n').map(line => line ? ` ${line}` : '').join('\n'),
29
`
30
false == true
31
0 commit comments