Urigo / WhatsApp-Clone-Tutorial

https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial

Home Page:https://tortilla.academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Client Step 5.3]

braedongough opened this issue · comments

I'm getting an error when using fetch in the test:

Property 'mockResponseOnce' does not exist on type '{ (input: RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: RequestInfo, init?: RequestInit | undefined): Promise<Response>; }'.ts(2339)

This is resolved by using fetchMock instead - should this be updated in the tutorial?

mmm can you create an example PR to what you think needs to be changed?

Line 10 in src/components/ChatsListScreen/ChatsList.test.tsx on branch master-step5,

fetch.mockResponseOnce( -> fetchMock.mockResponseOnce(

it makes sense but I can't understand why I don't get this error myself..

What are you running when you get it?
If you clone the repo from that exact point, do you still get that error?

@braedongough you are right, it was broken.
I've fixed it (also in step 6.4) and deployed a new version and added you to the contributors on the bottom of the README