From e5c7146434ae29f32f26eb2d2d35254fab169c76 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sun, 14 Dec 2025 20:15:08 -0300 Subject: [PATCH] fix: remove fdescribe --- src/app/utils/form-group-contact.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/form-group-contact.spec.ts b/src/app/utils/form-group-contact.spec.ts index 282099b..24a875b 100644 --- a/src/app/utils/form-group-contact.spec.ts +++ b/src/app/utils/form-group-contact.spec.ts @@ -1,6 +1,6 @@ import { FormGroupContact } from './form-group-contact'; -fdescribe('FormGroupContact', () => { +describe('FormGroupContact', () => { it('should create an instance', () => { expect(new FormGroupContact()).toBeTruthy(); });