jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
886 stars 118 forks source link

make the body optional #65

Closed yulianovdey closed 6 years ago

yulianovdey commented 6 years ago

Tiny PR to make the body parameter optional so that this doesn't error on nulls, which are allowed according to Response.