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 cd0230f commit 5247457Copy full SHA for 5247457
test/parallel/test-assert-first-line.js
@@ -12,7 +12,7 @@ test('Verify that asserting in the very first line produces the expected result'
12
() => require(path('assert-first-line')),
13
{
14
name: 'AssertionError',
15
- message: "The expression evaluated to a falsy value:\n\n assert.ok('')\n"
+ message: "The expression evaluated to a falsy value:\n\n ässört.ok('')\n"
16
}
17
);
18
0 commit comments