salix-front/test/cypress/components/ui/VnOutForm.spec.js

9 lines
233 B
JavaScript

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