| 303 | |
| 304 | it("renders a failure popup when completeOAuth fails and uses toErrorMessage", async () => { |
| 305 | class DomainError extends Data.TaggedError("DomainError")<{ |
| 306 | readonly message: string; |
| 307 | }> {} |
| 308 | const html = await Effect.runPromise( |
nothing calls this directly
no outgoing calls
no test coverage detected