Skip to content

Commit 2f16d8c

Browse files
committed
Remove fdescribe
1 parent d0311a1 commit 2f16d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/layout/main-navigation/profile-button/profile-button.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { ProfileButtonComponent } from "./profile-button.component";
2828
class TestComponent {
2929
}
3030

31-
fdescribe("ProfileButtonComponent", () => {
31+
describe("ProfileButtonComponent", () => {
3232
let fixture: ComponentFixture<TestComponent>;
3333
let de: DebugElement;
3434
let clickableEl: DebugElement;
@@ -133,7 +133,7 @@ fdescribe("ProfileButtonComponent", () => {
133133
expect(items.length).toBe(13);
134134
});
135135

136-
fdescribe("Clicking on the profile", () => {
136+
describe("Clicking on the profile", () => {
137137
it("It shows a context menu", () => {
138138
click(clickableEl);
139139
expect(contextMenuServiceSpy.openMenu).toHaveBeenCalled();

0 commit comments

Comments
 (0)