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