UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (11 loc) 269 B
// import { mount } from '@cypress/vue' // Currently error: Vue is not defined. xdescribe('Vue TODO: make this work', () => { it('mounts', () => { const mount = (comp) => {} const App = { template: `<div>Hello Vue</div>`, } mount(App) }) })