mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
b128d02336
* feat: add onNotFound handler in adapters' serveStatic * test: add serveStatic onNotFound tests for bun and deno * test: add serveStatic onNotFound tests for cloudflare workers
3 lines
200 B
TypeScript
3 lines
200 B
TypeScript
export { assert, assertEquals, assertMatch } from 'https://deno.land/std@0.147.0/testing/asserts.ts'
|
|
export { assertSpyCall, assertSpyCalls, spy } from 'https://deno.land/std@0.147.0/testing/mock.ts'
|