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

9 lines
249 B
TypeScript
Raw Normal View History

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