salix-front/test/cypress/components/ui/CardDescriptor.spec.js

10 lines
287 B
JavaScript

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);
});
});