fetch-intercept
fetch-intercept copied to clipboard
Cannot read property 'fetch' of undefined when running tests in create-react-app
App.test.tsx
App.tsx
authInterceptor.ts
I am using msw/node as a mock server when testing.
@CorwinMoyne I faced the same issue. Did you fix it somehow?