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