xdescribe('Function: ngOnInit()', () => {
        it('should be defined.', () => {
            expect(directive.ngOnInit).toBeDefined();
            directive.translateService = {
                translate: () => { },