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