fix: remove fdescribe

This commit is contained in:
2025-12-14 20:15:08 -03:00
parent efe3ed1ab7
commit e5c7146434

View File

@@ -1,6 +1,6 @@
import { FormGroupContact } from './form-group-contact';
fdescribe('FormGroupContact', () => {
describe('FormGroupContact', () => {
it('should create an instance', () => {
expect(new FormGroupContact()).toBeTruthy();
});