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