Skip to content

Commit

Permalink
chore(vanillin): remove console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schürmann committed Dec 29, 2024
1 parent 7f0b4ab commit baf9492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vanillin/test/doc-gen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ describe('DocGen', () => {
const docGen = new DocGen();
const result = docGen.parseDoc('./test/fixtures/my-circle.ts');
assert.ok(result, 'ParserContext should be returned');
console.log(docGen.render(result));
});
});

0 comments on commit baf9492

Please sign in to comment.