|
import QCalendarMonthWrapper from 'src/components/ui/QCalendarMonthWrapper.vue';
|
|
|
|
describe.skip('<QCalendarMonthWrapper />', () => {
|
|
it('TODO: boilerplate', () => {
|
|
// see: https://on.cypress.io/mounting-vue
|
|
cy.createWrapper(QCalendarMonthWrapper);
|
|
});
|
|
});
|