salix-front/test/cypress/components/EditTableCellValueForm.spec.js

10 lines
316 B
JavaScript

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