generateur_v3/frontend/cypress/e2e/exos.cy.ts
Kilton937342 4941b5a154 tests
2023-02-22 12:43:39 +01:00

7 lines
174 B
TypeScript

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