feat(mock): add support reply option callbacks#1211
Merged
mcollina merged 4 commits intonodejs:mainfrom Feb 8, 2022
Merged
Conversation
97544f7 to
bec4b76
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1211 +/- ##
==========================================
+ Coverage 93.38% 93.43% +0.05%
==========================================
Files 43 43
Lines 4035 4052 +17
==========================================
+ Hits 3768 3786 +18
+ Misses 267 266 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bec4b76 to
f467961
Compare
mcollina
reviewed
Feb 8, 2022
KhafraDev
pushed a commit
to KhafraDev/undici
that referenced
this pull request
Jun 23, 2022
metcoder95
pushed a commit
to metcoder95/undici
that referenced
this pull request
Dec 26, 2022
crysmags
pushed a commit
to crysmags/undici
that referenced
this pull request
Feb 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is similar to #1200, except it allows dynamic mocking of all reply options rather than just the
data.This is useful in situations where the status code and the response headers need to be dynamically mocked.