| 1 | import type { Endpoints } from "@octokit/types"; |
| 2 | import { test } from "@playwright/test"; |
| 3 | import type { ExternalAuthDevice } from "#/api/typesGenerated"; |
| 4 | import { gitAuth } from "../constants"; |
nothing calls this directly
no test coverage detected