Skip to content

Commit 63eda1e

Browse files
avivkellerCopilot
andauthored
Update src/generators/legacy-json/utils/__tests__/parseSignature.test.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 6b8b731 commit 63eda1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/generators/legacy-json/utils/__tests__/parseSignature.test.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ describe('parseSignature', () => {
8888
it('parses method with parameters', () => {
8989
const markdown = [{ name: 'param1' }, { name: 'param2' }];
9090
const result = parseSignature('`method(param1, param2)`', markdown);
91-
console.log(result);
9291

9392
assert.equal(result.params.length, 2);
9493
});

0 commit comments

Comments
 (0)