salix-front/test/cypress/components/CreateThermographForm.spec.js

9 lines
278 B
JavaScript

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