‘ReferenceError: Response is not defined’ in Jest with Node 20 when using msw
I’m using msw package to mock server response on Jest tests. I have a setupTests.js
file which calls the tests/mocks/server.js
file, which in turn calls the tests/mocks/handlers.js
file. When I run my tests I get the error: