Karma Angular No value accessor for form control with unspecified name

Error while running ng test in an ANgular project:

No value accessor for form control with unspecified name

The reason could be because of missing modules in imports of spec file. Please find the modulf being used in the component and add all those modules in the imports of spec file.