salix-front/test/cypress/components/UserPanel.spec.js

9 lines
230 B
JavaScript

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