fix: remove fdescribe
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { FormGroupContact } from './form-group-contact';
|
||||
|
||||
fdescribe('FormGroupContact', () => {
|
||||
describe('FormGroupContact', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new FormGroupContact()).toBeTruthy();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user