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

10 lines
231 B
JavaScript

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