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