// type definitions for Cypress object "cy" /// describe('test exo', ()=>{ it('test exo', ()=>{ cy.visit('localhost:5173') }) })