import VnLocation from 'src/components/common/VnLocation.vue'; describe('', () => { it('TODO: boilerplate', () => { // see: https://on.cypress.io/mounting-vue cy.vnMount(VnLocation); }); });