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