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