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