import { ElementRef } from '@angular/core'; import { D3Service } from '../../services/d3.service'; import { ZoomableDirective } from './zoomable.directive'; describe('ZoomableDirective', () => { it('should create an instance', () => { // const directive = new ZoomableDirective(new D3Service(), new ElementRef()); // expect(directive).toBeTruthy(); }); });