fix: add tests for .all() routes

This commit is contained in:
Luna
2024-08-03 13:53:33 -05:00
parent 1a78ff051f
commit d6fda561cd
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -77,6 +77,7 @@ it('returns a valid Swagger/OpenAPI json config for many routes', async () => {
)
}
)
.route('LOCK', '/lock', () => 'locked')
await app.modules