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

9 lines
275 B
JavaScript
Raw Normal View History

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