| 292 | |
| 293 | it("renders a failure popup when completeOAuth fails and uses toErrorMessage", async () => { |
| 294 | class DomainError extends Data.TaggedError("DomainError")<{ |
| 295 | readonly message: string; |
| 296 | }> {} |
| 297 | const html = await Effect.runPromise( |
nothing calls this directly
no outgoing calls
no test coverage detected