removing wrong fdescribe (#3461)

This commit is contained in:
Vito 2018-06-08 12:00:37 +01:00 committed by Eugenio Romano
parent 5485431202
commit 6cad49a88e

View File

@ -43,8 +43,7 @@ class FakeDataRow implements DataRow {
}
}
/*tslint:disable:ban*/
fdescribe('DataTable', () => {
describe('DataTable', () => {
let fixture: ComponentFixture<DataTableComponent>;
let dataTable: DataTableComponent;