| 1 | import { afterEach, describe, expect, it } from "@effect/vitest"; |
| 2 | // oxlint-disable-next-line executor/no-vitest-import -- boundary: deterministic timer control comes from vitest itself |
| 3 | import { vi } from "vitest"; |
| 4 | import { OAUTH_POPUP_MESSAGE_TYPE, type OAuthPopupResult } from "@executor-js/sdk"; |
nothing calls this directly
no test coverage detected