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