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