diff --git a/lib/core/datatable/components/datatable/datatable.component.spec.ts b/lib/core/datatable/components/datatable/datatable.component.spec.ts index e2873a5927..55ef7317b4 100644 --- a/lib/core/datatable/components/datatable/datatable.component.spec.ts +++ b/lib/core/datatable/components/datatable/datatable.component.spec.ts @@ -43,8 +43,7 @@ class FakeDataRow implements DataRow { } } -/*tslint:disable:ban*/ -fdescribe('DataTable', () => { +describe('DataTable', () => { let fixture: ComponentFixture; let dataTable: DataTableComponent;