| 1 | import fs from "fs"; |
| 2 | import type { BrowserContext, Page } from "@playwright/test"; |
| 3 | import { test, expect } from "./fixtures"; |
| 4 | import { installScriptByCode, openOptionsPage } from "./utils"; |
nothing calls this directly
no test coverage detected