UNPKG

create-vue

Version:

🛠️ The recommended way to start a Vite-powered Vue project

9 lines (7 loc) 174 B
import App from '../App.vue' describe('App', () => { it('mounts and renders properly', () => { cy.mount(App) cy.get('h1').should('contain', 'You did it!') }) })