(request: Request)
| 226 | }); |
| 227 | |
| 228 | const guard = (request: Request): Promise<Response | null> => |
| 229 | Effect.runPromise(preInitializeMethodNotFound(request)); |
| 230 | |
| 231 | describe("preInitializeMethodNotFound", () => { |
| 232 | it("answers an unknown pre-init method with -32601 on a 200, echoing the id", async () => { |
no test coverage detected