After updating angular 9 to angular 10. my application working fine but testcases not working properly. i'm getting this err. any one can suggest me. how to resolve it.
ERROR in node_modules/ng-mocks/dist/lib/mock-module/mock-module.d.ts:2:55 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
422 export declare type ImportInstance = Type<NgModule> | ModuleWithProviders;