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

10 lines
304 B
JavaScript

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