// TODO: https://www.figma.com/design/zsq2ahat30acTnumyy9aqC/00.Small-System?node-id=649-14104&m=dev /* * TBD, mockup WIP */ import { html } from "lit"; describe("", () => { it("should mount", () => { cy.mount(html``); cy.get("tems-modal").should("exist"); }); });