Skip to content

Commit

Permalink
refactor: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcloud committed Jan 23, 2025
1 parent b4e8afb commit 1074ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('adapter', function () {
const parseResult = await adapter.parse(yamlSpec, { sourceMap: true });

assert.isTrue(isParseResultElement(parseResult));
assert.isTrue(isJSONSchemaElement(parseResult.content[0])); // ---- CHECK THIS LINE ----
assert.isTrue(isJSONSchemaElement(parseResult.content[0]));
expect(sexprs(parseResult)).toMatchSnapshot();
});

Expand Down

0 comments on commit 1074ac0

Please sign in to comment.