Skip to content

Commit 212979e

Browse files
committed
lint
1 parent 7cc9bb4 commit 212979e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/core/testing/jasmine-matchers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export const customMatchers: jasmine.CustomMatcherFactories = {
2727
}
2828
};
2929
}
30-
};
30+
};

src/lib/paginator/paginator.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {customMatchers} from '../core/testing/jasmine-matchers';
1212
import {dispatchMouseEvent} from '../core/testing/dispatch-events';
1313

1414

15-
fdescribe('MdPaginator', () => {
15+
describe('MdPaginator', () => {
1616
let fixture: ComponentFixture<MdPaginatorApp>;
1717
let component: MdPaginatorApp;
1818
let paginator: MdPaginator;

0 commit comments

Comments
 (0)