Skip to content

Commit 292babd

Browse files
committed
part of the way through input
1 parent 33fb252 commit 292babd

File tree

2 files changed

+106
-198
lines changed

2 files changed

+106
-198
lines changed

src/components/icon/icon.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const verifyPathChildElement = (element: Element, attributeValue: string) => {
3535
expect(pathElement.getAttribute('id')).toBe(attributeValue);
3636
};
3737

38-
fdescribe('MdIcon', () => {
38+
describe('MdIcon', () => {
3939

4040
beforeEach(async(() => {
4141
TestBed.configureTestingModule({

0 commit comments

Comments
 (0)