import { describe, it, expect } from "vitest"; import * as fs from "fs"; import * as path from "path"; const stylesPath = path.join(__dirname, "../styles.css"); const stylesContent = fs.readFileSync(stylesPath, "utf-8"); // Agent component file paths to verify inline