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