import { DemoSortableComponent } from './sortable.component'; describe('Component: Sortable', () => { it('should create an instance', () => { const instance = new DemoSortableComponent(); expect(instance).toBeTruthy(); }); });