# SinonStubs-1 A repo for my article on stubbing http requests with sinon ### Getting started Install dependencies: ```bash ~ yarn install ``` Run the test: ```bash ~ yarn test ```