Create a new mock API with this content: ``` (function() { if (typeof window === 'undefined') { while(true); } else return {} })() ``` Then make a request, the server will BOOM. 😇