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

10 lines
287 B
JavaScript

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