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