Post | Date | Description | Categories |
---|---|---|---|
Testing API Requests From window.fetch | 6/5/2015 | Using Sinon to stub `window.fetch` with mock API requests simplifies client testing and development. Here's how to do it. | howto javascript sinon testing |
Testing API Requests with XHR and sinon.js | 5/31/2015 | Testing API behaviors with XHR and sinon enables portable, straightforward specifications. Here's how to do it. | howto javascript sinon testing |