(request: Request)
| 246 | }); |
| 247 | |
| 248 | const guard = (request: Request): Promise<Response | null> => |
| 249 | Effect.runPromise(preInitializeMethodNotFound(request)); |
| 250 | |
| 251 | describe("preInitializeMethodNotFound", () => { |
| 252 | it("answers an unknown pre-init method with -32601 on a 200, echoing the id", async () => { |
no test coverage detected