-
Notifications
You must be signed in to change notification settings - Fork 11
TypeError: debug is not a function #25
Comments
Weird - pin fetch-mock to 9.9.0 for now and hopefully that will work. I'll investigate the failure today |
try latest fetch-mock & fetch-mock-jest and reopen if still an issue |
hey @wheresrhys I'm having the same error with 9.x for quite some time. I kept using 8.x but now I decided to try this package and the error continues. |
Can you create a repo with a reduced test case so I can investigate further please. |
Hey @wheresrhys , I have been also getting the below error; Code and configurations are below:
const middlewares = [thunk]; const testHelper = (description, path, query_params = {}) => { describe('GET entites query parameters', () => { testHelper('accepts an array of ids', root.concat('&ids=0,1,2'), { ids: [0, 1, 2] }); I have been trying to figure out why i am getting the above error; No Luck! |
I still can reproduce this issue, more details here. |
Trying to use the latest version of fetch-mock-jest in my project, but seeing the below error:
The text was updated successfully, but these errors were encountered: