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

test: add request formdata file size test #1995

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito mentioned this pull request Jan 25, 2024
4 tasks
}

return HttpResponse.json({
name: file.name,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This verifies that the Blob sent from the request is properly available in the response resolver.

@kettanaito kettanaito merged commit 17bf9fc into main Jan 25, 2024
11 checks passed
@kettanaito kettanaito deleted the test/request-file-size branch January 25, 2024 10:24
@kettanaito
Copy link
Member Author

Released: v2.1.5 🎉

This has been released in v2.1.5!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty File in FormData
1 participant