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