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