10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
|
|
||
|
import TransferInvoiceForm from 'src/components/TransferInvoiceForm.vue';
|
||
|
|
||
|
describe('<TransferInvoiceForm />', () => {
|
||
|
it('TODO: boilerplate', () => {
|
||
|
// see: https://on.cypress.io/mounting-vue
|
||
|
cy.vnMount(TransferInvoiceForm);
|
||
|
});
|
||
|
});
|