Page 1 of 1

Write a test coverage for the below code in angular Angular. getDefaultApiErrorObj(errorValue) { return { paymentError:

Posted: Mon Jun 06, 2022 1:10 pm
by answerhappygod
Write a test coverage for the below code in angular Angular.
getDefaultApiErrorObj(errorValue) {
return {
paymentError: {
message: errorValue
}
};
}