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

10 lines
264 B
JavaScript

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