We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cause would be #442
FAIL test/request.test.ts (8.87 s) ● request() › options.request.signal is passed as option to fetch expect(received).toMatch(expected) Expected pattern: /\bsignal\b/i Received string: "AbortSignal: Expected funk to be an instance of AbortSignal." 587 | 588 | .catch((error) => { > 589 | expect(error.message).toMatch(/\bsignal\b/i); | ^ 590 | expect(error.message).toMatch(/\bAbortSignal\b/i); 591 | }); 592 | }); at test/request.test.ts:589:31
The text was updated successfully, but these errors were encountered:
node-fetch/node-fetch#1554 That offers some insight with the error message
Sorry, something went wrong.
Fixed by #509
No branches or pull requests
The cause would be #442
The text was updated successfully, but these errors were encountered: