mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2026-06-03 14:15:38 +00:00
fix: add tests for .all() routes
This commit is contained in:
@@ -77,6 +77,7 @@ it('returns a valid Swagger/OpenAPI json config for many routes', async () => {
|
||||
)
|
||||
}
|
||||
)
|
||||
.route('LOCK', '/lock', () => 'locked')
|
||||
|
||||
await app.modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user