I've added an #e2e test for ensuring that calls to an external API work, and I really love that I can tie this all in one test file:
- set up the expected call to the remote API
- Describe the action that triggers this call
- Verify that it happened
I've added an #e2e test for ensuring that calls to an external API work, and I really love that I can tie this all in one test file: