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 4cbf078 commit bb9a39bCopy full SHA for bb9a39b
1 file changed
test/parallel/test-doc-api-json.mjs
@@ -129,7 +129,6 @@ for await (const dirent of await fs.opendir(new URL('../../out/doc/api/', import
129
// A proxy to check if the file is human readable is to count if it contains
130
// at least 3 line return.
131
assert.strictEqual(fileContent.split('\n', 3).length, 3);
132
- assert.ok(fileContent.endsWith('\n'), 'EOL at EOF');
133
134
const json = JSON.parse(fileContent);
135
0 commit comments