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

9 lines
231 B
JavaScript
Raw Normal View History

import VnUserLink from 'src/components/ui/VnUserLink.vue';
2024-10-17 09:39:14 +00:00
describe.skip('<VnUserLink />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.vnMount(VnUserLink);
});
});