Skip to content

Commit

Permalink
remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Jun 19, 2017
1 parent dc59f8d commit 81e7ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/paginator/paginator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {customMatchers} from '../core/testing/jasmine-matchers';
import {dispatchMouseEvent} from '../core/testing/dispatch-events';


fdescribe('MdPaginator', () => {
describe('MdPaginator', () => {
let fixture: ComponentFixture<MdPaginatorApp>;
let component: MdPaginatorApp;
let paginator: MdPaginator;
Expand Down

0 comments on commit 81e7ec6

Please sign in to comment.