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