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
🎯 Goal: - Our example code is making a REST call outside to a 3rd party. This meant to show a typical case where our code has integrations. Integrations are a potential risk for bugs - what if our code mistakenly is not making a call? What if the payload is wrong? What if upon failure no log is triggered? All of these should be tested in our component tests!💪
🎯 Goal: - Our example code is making a REST call outside to a 3rd party. This meant to show a typical case where our code has integrations. Integrations are a potential risk for bugs - what if our code mistakenly is not making a call? What if the payload is wrong? What if upon failure no log is triggered? All of these should be tested in our component tests!💪
🤔 Things to consider:
The text was updated successfully, but these errors were encountered: