import { expect, test } from "vitest"; import { render } from "@testing-library/react"; import { validateMarkup } from "standard-html"; import App from "./App"; test ...