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

10 lines
268 B
JavaScript
Raw Normal View History

2024-09-26 23:03:59 +00:00
import CreateThermographForm from 'src/components/CreateThermographForm.vue';
describe('<CreateThermographForm />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.vnMount(CreateThermographForm);
});
});