Skip to content

Commit 5f45cfa

Browse files
avivkellerovflowd
authored andcommitted
fixup!
1 parent d776c51 commit 5f45cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/doctool/test-doc-api-json.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ for await (const dirent of await fs.opendir(new URL('../../out/doc/api/', import
133133

134134
assert.strictEqual(json.type, 'module');
135135
assert.strictEqual(json.source, expectedSource);
136-
136+
137137
if (dirent.name !== 'index.md') {
138138
assert.ok(json.introduced_in || Object.values(json).at(-1)?.[0].introduced_in);
139139
assert.partialDeepStrictEqual(allExpectedKeys, findAllKeys(json));

0 commit comments

Comments
 (0)