()
| 33 | HttpServerResponse.jsonUnsafe(body, { status }); |
| 34 | |
| 35 | const notFound = (): HttpServerResponse.HttpServerResponse => |
| 36 | HttpServerResponse.empty({ status: 404 }); |
| 37 | |
| 38 | const serveOAuthFixture = (handler: Handler) => |
| 39 | Effect.gen(function* () { |
no outgoing calls
no test coverage detected