salix-front/test/cypress/components/common/VnWeekdayPicker.spec.js

10 lines
251 B
JavaScript
Raw Normal View History

import VnWeekdayPicker from 'src/components/common/VnWeekdayPicker.vue';
describe('<VnWeekdayPicker />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.vnMount(VnWeekdayPicker);
});
});