| 403 | |
| 404 | it("renders a failure popup when completeOAuth fails and uses toErrorMessage", async () => { |
| 405 | class DomainError extends Data.TaggedError("DomainError")<{ |
| 406 | readonly message: string; |
| 407 | }> {} |
| 408 | const html = await Effect.runPromise( |
nothing calls this directly
no outgoing calls
no test coverage detected