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