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