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