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 f048234 commit 82d5fb5Copy full SHA for 82d5fb5
test/external-assertions/test.js
@@ -29,7 +29,7 @@ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
29
false == true
30
31
AssertionError [ERR_ASSERTION]: false == true
32
-`.split('\n').map(line => line ? ` ${line}` : '').join('\n'),
+`.split('\n').map(line => line ? ` ${line}` : '').join('\n') + '\n',
33
);
34
}
35
0 commit comments