jefflau / jest-fetch-mock

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

Make input a required argument to fetch #207

Closed keeganwatkins closed 2 years ago

keeganwatkins commented 3 years ago

See https://github.com/jefflau/jest-fetch-mock/issues/206 , this is an attempt to correct the type definitions for the mocked fetch.

I ran the unit tests, tsc, and lint locally, but I'm unsure what else I should be checking.

yinzara commented 2 years ago

This is correct. Thanks for the fix.