Skip to content

Commit baf9492

Browse files
author
Sebastian Schürmann
committed
chore(vanillin): remove console.log from test
1 parent 7f0b4ab commit baf9492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vanillin/test/doc-gen.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ describe('DocGen', () => {
77
const docGen = new DocGen();
88
const result = docGen.parseDoc('./test/fixtures/my-circle.ts');
99
assert.ok(result, 'ParserContext should be returned');
10-
console.log(docGen.render(result));
1110
});
1211
});

0 commit comments

Comments
 (0)