import { readFileSync } from 'node:fs' import { describe, expect, it } from 'vitest' function firstInlineScriptFromIndex(): string { const indexHtml = readFileSync(`${process.cwd()}/index.html`, 'utf8') const match = indexHtml.match(/