import LeftMenu from 'src/components/LeftMenu.vue';
describe('<LeftMenu />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.vnMount(LeftMenu);
});