xdescribe('Function: ngOnDestroy()', () => {
        it('should unsubscribe from localeChange events.', () => {
            expect(directive.ngOnDestroy).toBeDefined();
            directive.translateService = {
                translate: () => { },