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
some of the functions are not a pure function e.g render.js, and this can make your testing difficult.
you can try to separate the api call from DOM by creating a different function for both.
The text was updated successfully, but these errors were encountered:
you can try to separate the api call from DOM by creating a different function for both.
The text was updated successfully, but these errors were encountered: