Testing your application’s behavior when an XHR call results in an error can be difficult. The use of stubs for XHR calls makes it easy for us to setup failure scenarios and ensure that our front-end responds the way we expect. In this lesson, we’ll stub a 500 response for a form submission and verify that our application responds appropriately.
Hi, at transcript in block with timing 02:14 you have the misprint on line 6 url: '/api/todos;, instead of url: '/api/todos',