Skip to content

Commit

Permalink
ugh, fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Jul 27, 2017
1 parent 9beeaaa commit 338daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/table/table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {CdkTableModule} from './index';
import {map} from 'rxjs/operator/map';
import {getTableDuplicateColumnNameError, getTableUnknownColumnError} from './table-errors';

fdescribe('CdkTable', () => {
describe('CdkTable', () => {
let fixture: ComponentFixture<SimpleCdkTableApp>;

let component: SimpleCdkTableApp;
Expand Down

0 comments on commit 338daa3

Please sign in to comment.