/* * TBD, mockup WIP */ import { html } from "lit"; describe("", () => { it("should mount", () => { cy.mount(html``); cy.get("tems-modal").should("exist"); }); });