You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's difficult to unit test because APIURL is defined as a const. Can't it be changed to a var?
And I want to change the APIURL value to whatever the developer wants.
The text was updated successfully, but these errors were encountered:
It's difficult to unit test because
APIURL
is defined as aconst
. Can't it be changed to avar
?And I want to change the
APIURL
value to whatever the developer wants.The text was updated successfully, but these errors were encountered: