A / superagent-mocker

Pretty simple in-browser mocks for CRUD and REST API
132 stars 32 forks source link

unmock takes an argument #41

Closed j0hnsmith closed 7 years ago

j0hnsmith commented 8 years ago

readme.md says to unmock with mock.unmock(), actually it's mock.unmock(superagent).

https://github.com/A/superagent-mocker/blob/bc51d1e446ea1c9fac0f4aa46ed5ca622442f130/index.js#L170

kmudrick commented 8 years ago

@j0hnsmith if you'd like to create a PR to fix that in the Readme, we will gladly accept it and merge it in :)

j0hnsmith commented 8 years ago

@kmudrick done