lemon-winter-31408
import React from "react"; describe("ComponentName2.cy.ts", () => { it("playground", () => { cy.mount(<h2>Heading</h2>); }); });