diff --git a/test/validateSchema.test.ts b/test/validateSchema.test.ts index b9306ed..bcc74da 100644 --- a/test/validateSchema.test.ts +++ b/test/validateSchema.test.ts @@ -79,6 +79,5 @@ it('returns a valid Swagger/OpenAPI json config for many routes', async () => { ) const res = await app.handle(req('/swagger/json')).then((x) => x.json()) - console.log(res.paths['/json/{id}'].post.parameters) await SwaggerParser.validate(res).catch((err) => fail(err)) })