jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
883 stars 116 forks source link

fix: typo in naming of doMockIf and doMockOnceIf #141

Closed yinzara closed 4 years ago

yinzara commented 4 years ago

Fix for #140

yinzara commented 4 years ago

The index.d.ts and README.js did not reflect the JS code and test cases.

jefflau commented 4 years ago

Merged and deployed