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