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

9 lines
229 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
2024-10-17 09:59:28 +00:00
cy.createWrapper(VnAvatar);
});
});