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

10 lines
291 B
JavaScript

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