Skip to content

Commit d0771a6

Browse files
Remove console log
1 parent 55d3c7a commit d0771a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugins/openapi/tests/openapi-restful.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ model User {
367367
expect(Object.keys(parsed.components.schemas.User.properties.attributes.properties)).toEqual(
368368
expect.arrayContaining(['role', 'company'])
369369
);
370-
371-
console.log(JSON.stringify(parsed));
372370
});
373371
});
374372

0 commit comments

Comments
 (0)