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