| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { lintHyperframeHtml, shouldBlockRender } from "./browser.js"; |
| 3 | |
| 4 | // Guards that @hyperframes/lint/browser exposes a working, node-free rule engine. |
nothing calls this directly
no test coverage detected