OpenSlides/client/src/app/shared/directives/dom-change.directive.spec.ts

7 lines
193 B
TypeScript
Raw Normal View History

describe('DomChangeDirective', () => {
it('should create an instance', () => {
2018-08-29 13:21:25 +02:00
// const directive = new DomChangeDirective();
// expect(directive).toBeTruthy();
});
});