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

9 lines
217 B
JavaScript
Raw Normal View History

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