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