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