Unable to intercept octokit request using msw v2. #2409
Labels
bug
Something isn't working
needs:triage
Issues that have not been investigated yet.
scope:node
Related to MSW running in Node
Prerequisites
Environment check
msw
versionNode.js version
20.18.1
Reproduction repository
https://github.com/Lord-Kamina/always-upload-cache/tree/msw-issue
Reproduction steps
npm run test -- --runInBand --verbose --testLocationInResults=true --runTestsByPath tests/saveImpl.test.ts
Current behavior
The 'DELETE' requests sent by octokit are not being intercepted by MSW
Expected behavior
They should be intercepted? I really don't know what am I doing wrong.
What was virtually the same code was working in node16 using msw 0.49, you can see the working branch here: https://github.com/Lord-Kamina/always-upload-cache/tree/allow-refresh
The text was updated successfully, but these errors were encountered: