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

10 lines
208 B
JavaScript
Raw Normal View History

2024-09-26 23:03:59 +00:00
import NavBar from 'src/components/NavBar.vue';
describe('<NavBar />', () => {
it('TODO: boilerplate', () => {
// see: https://on.cypress.io/mounting-vue
cy.vnMount(NavBar);
});
});