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(); });