2024-09-26 23:03:59 +00:00
|
|
|
import TransferInvoiceForm from 'src/components/TransferInvoiceForm.vue';
|
|
|
|
|
2024-10-17 09:39:14 +00:00
|
|
|
describe.skip('<TransferInvoiceForm />', () => {
|
2024-09-26 23:03:59 +00:00
|
|
|
it('TODO: boilerplate', () => {
|
|
|
|
// see: https://on.cypress.io/mounting-vue
|
|
|
|
cy.vnMount(TransferInvoiceForm);
|
|
|
|
});
|
|
|
|
});
|