mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2026-06-06 07:05:01 +00:00
🎉 feat: 0.3.0-beta.0
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import { swagger } from '../src'
|
||||
|
||||
import { describe, expect, it } from 'bun:test'
|
||||
|
||||
const req = (path: string) => new Request(path)
|
||||
const req = (path: string) => new Request(`http://localhost${path}`)
|
||||
|
||||
describe('Swagger', () => {
|
||||
it('redirect to Swagger page', async () => {
|
||||
|
||||
Reference in New Issue
Block a user