'Angular Error Argument of type 'Promise<any[]>' is not assignable to parameter of type 'Promise<string>'. Once Upgrade to Angular 13 all test fails

Error: src/app/app.component.spec.ts:102:70 - error TS2345: Argument of type 'Promise<any[]>' is not assignable to parameter of type 'Promise<string>'.

Type 'any[]' is not assignable to type 'string'.

102 mockConfigDataService.getClientConfiguration.and.returnValue(Promise.resolve([])); ~~~~~~~~~~~~~~~~~~~



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source