Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug with nock in node 18+ #28

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

mcalhoun
Copy link
Member

@mcalhoun mcalhoun commented Jan 4, 2024

what

Add a workaround for a bug in nock in node 18+

why

Node 18+ introduces the fetch api natively and nock doesn't work with that yet. This is a workaround to successfully run test until the issue below is resolved.

references

nock/nock#2397

@mcalhoun mcalhoun requested review from a team as code owners January 4, 2024 22:33
@mcalhoun mcalhoun added the no-release Do not create a new release (wait for additional code changes) label Jan 4, 2024
@mcalhoun mcalhoun merged commit 2a2a590 into main Jan 4, 2024
3 checks passed
@mcalhoun mcalhoun deleted the bug/fix-issue-with-nock-in-node-18 branch January 4, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release Do not create a new release (wait for additional code changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant