import { DraggableDirective } from './draggable.directive'; describe('DraggableDirective', () => { it('should create an instance', () => { const directive = new DraggableDirective(); expect(directive).toBeTruthy(); }); });