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

9 lines
235 B
JavaScript
Raw Normal View History

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