it('should have isSubmitting property', () => {
            contactDetails = new ContactDetails(EmployeeModel, FormService, EmployeeResource);

            expect(contactDetails.isSubmitting).toEqual(null);
        });