Skip to content

Commit d1aef11

Browse files
[DURACOM-383] remove 'f' from describe
1 parent d568474 commit d1aef11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/edit-item-page/item-delete/item-delete.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let router;
7373
let scriptService;
7474
let notificationService: NotificationsServiceStub;
7575

76-
fdescribe('ItemDeleteComponent', () => {
76+
describe('ItemDeleteComponent', () => {
7777
beforeEach(waitForAsync(() => {
7878
notificationService = new NotificationsServiceStub();
7979
scriptService = jasmine.createSpyObj('scriptService', {

0 commit comments

Comments
 (0)