jefflau / jest-fetch-mock

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

Is this a problem with generators? #29

Closed alexxmde-zz closed 7 years ago

alexxmde-zz commented 7 years ago

First of all, congratulations for the nice lib! Not sure if I am missing something out here, but this is what happened: I tried to use the lib with generators and it didn't work. The yielded response is a strange object that do not contains the methods json and text, thus making impossible to proceed with the operation. Is this issue known by any of the mainteiners?

alexxmde-zz commented 7 years ago

Sorry, I have misunderstod how generators trully works. The lib works fine with them.