Skip to content

Commit 5283b72

Browse files
🎨 Removed console.log in test
1 parent feea2ea commit 5283b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/serializeType.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ describe('serializeType', () => {
1212
test('should return void zero for untyped nodes', () => {
1313
const node: t.FunctionExpression = template.expression
1414
.ast`function (param) {}` as any;
15-
console.log(node);
1615
expect(serializeType(null as any, node.params[0])).toEqual(VoidZero);
1716
});
1817

0 commit comments

Comments
 (0)