2024-09-25 20:51:51 +00:00
|
|
|
import VnSms from 'src/components/ui/VnSms.vue';
|
|
|
|
|
2024-11-07 06:49:00 +00:00
|
|
|
/// <reference types="cypress" />
|
2024-10-17 09:39:14 +00:00
|
|
|
describe.skip('<VnSms />', () => {
|
2024-09-25 20:51:51 +00:00
|
|
|
it('TODO: boilerplate', () => {
|
|
|
|
// see: https://on.cypress.io/mounting-vue
|
2024-10-17 09:59:28 +00:00
|
|
|
cy.createWrapper(VnSms);
|
2024-09-25 20:51:51 +00:00
|
|
|
});
|
|
|
|
});
|