mlegenhausen / fetch-intercept

Interceptor library for the native fetch command inspired by angular http intercepts.
MIT License
402 stars 52 forks source link

Cannot read property 'fetch' of undefined when running tests in create-react-app #71

Open CorwinMoyne opened 1 year ago

CorwinMoyne commented 1 year ago

App.test.tsx image

App.tsx image

authInterceptor.ts image

I am using msw/node as a mock server when testing.

ilyakarevcop commented 3 months ago

@CorwinMoyne I faced the same issue. Did you fix it somehow?