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

9 lines
253 B
TypeScript
Raw Normal View History

import { DomChangeDirective } from './dom-change.directive';
describe('DomChangeDirective', () => {
it('should create an instance', () => {
2018-08-24 13:05:03 +02:00
//const directive = new DomChangeDirective();
//expect(directive).toBeTruthy();
});
});