import { beforeEach } from "vitest"; import resetDb from "./reset-db"; beforeEach(async (x) => { await resetDb(); });