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

9 lines
223 B
JavaScript
Raw Normal View History

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