import { it, describe, expect } from "vitest"; import { render } from "@testing-library/react"; import { Table } from "."; describe("Table", () => { it("should match the snapshot", () => { const component = render(