salix-front/test/cypress/components/ui/VnRow.spec.js

10 lines
207 B
JavaScript
Raw Normal View History

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