import CreateBankEntityForm from 'src/components/CreateBankEntityForm.vue'; describe('', () => { it('renders', () => { // see: https://on.cypress.io/mounting-vue cy.mount(CreateBankEntityForm); }); });