Skip to content

Commit

Permalink
style: remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nxht committed Mar 22, 2024
1 parent 4ae9829 commit 3e26524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/validateSchema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
})

0 comments on commit 3e26524

Please sign in to comment.