salix-front/test/cypress/components/ui/VnNotes.spec.js

10 lines
215 B
JavaScript
Raw Normal View History

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