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