-
Notifications
You must be signed in to change notification settings - Fork 574
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
Update integration tests to test File.stream
and File.arrayBuffer
#2988
Conversation
|
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://6738b575.graphql-yoga.pages.dev |
Apollo Federation Subgraph Compatibility Results
Learn more: |
Instead of saving the downloaded file, now the tests are using
Buffer.equals
to compare the buffers(Uint8Arrays) directly.Closes #2981