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