Skip to content

Commit fb12452

Browse files
committed
remove fdescribe
1 parent 378fa9b commit fb12452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/tooltip/tooltip.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {MdTooltipModule} from './tooltip';
77

88
const initialTooltipMessage = 'initial tooltip message';
99

10-
fdescribe('MdTooltip', () => {
10+
describe('MdTooltip', () => {
1111
let overlayContainerElement: HTMLElement;
1212

1313

@@ -58,7 +58,7 @@ fdescribe('MdTooltip', () => {
5858
expect(tooltipDirective._isTooltipVisible()).toBe(false);
5959
}));
6060

61-
fit('should not follow through with hide if show is called after', fakeAsync(() => {
61+
it('should not follow through with hide if show is called after', fakeAsync(() => {
6262
tooltipDirective.show();
6363
expect(tooltipDirective._isTooltipVisible()).toBe(true);
6464

0 commit comments

Comments
 (0)