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