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