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

10 lines
279 B
JavaScript
Raw Normal View History

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