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