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

10 lines
243 B
JavaScript
Raw Normal View History

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