From e8f1986d5d8a48af3b3ed3931b571507197b1f94 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 27 Apr 2018 17:14:40 +0100 Subject: [PATCH] remove tslint ban --- lib/core/buttons-menu/buttons-menu.component.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/core/buttons-menu/buttons-menu.component.spec.ts b/lib/core/buttons-menu/buttons-menu.component.spec.ts index 3957c999f6..878f80e921 100644 --- a/lib/core/buttons-menu/buttons-menu.component.spec.ts +++ b/lib/core/buttons-menu/buttons-menu.component.spec.ts @@ -21,9 +21,7 @@ import { MenuButton } from './menu-button.model'; import { MaterialModule } from '../material.module'; import { CoreTestingModule } from '../testing/core.testing.module'; -/*tslint:disable:ban*/ - -fdescribe('ButtonsMenuComponent', () => { +describe('ButtonsMenuComponent', () => { let fixture; let buttonsMenuComponent: ButtonsMenuComponent;