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