Skip to content
Discussion options

You must be logged in to vote

@relief-melone Are you using the cypress/vue2 import?

A simple test should look like:

import MyComponent from './MyComponent.vue'
import { mount } from 'cypress/vue2'

it('should render', () => {
  mount(MyComponent)
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@relief-melone
Comment options

Answer selected by relief-melone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants