| 23 | } |
| 24 | |
| 25 | export class TestStorageDO extends DurableObject<Env> { |
| 26 | override async fetch(request: Request): Promise<Response> { |
| 27 | const url = new URL(request.url); |
| 28 | if (url.pathname === "/ws") { |
nothing calls this directly
no outgoing calls
no test coverage detected