Skip to content

Commit bca05cb

Browse files
committed
remove fdescribe
1 parent 7983f7d commit bca05cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/table/table.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {CdkTableModule} from './index';
99
import {map} from 'rxjs/operator/map';
1010
import {getTableDuplicateColumnNameError, getTableUnknownColumnError} from './table-errors';
1111

12-
fdescribe('CdkTable', () => {
12+
describe('CdkTable', () => {
1313
let fixture: ComponentFixture<SimpleCdkTableApp>;
1414

1515
let component: SimpleCdkTableApp;

0 commit comments

Comments
 (0)