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