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

10 lines
296 B
JavaScript

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