salix-front/test/cypress/components/common/VnLocation.spec.js

10 lines
231 B
JavaScript
Raw Normal View History

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