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