-
Notifications
You must be signed in to change notification settings - Fork 6k
feat: add more tests for proxy.ts #3858
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3858 +/- ##
==========================================
+ Coverage 63.40% 63.51% +0.10%
==========================================
Files 36 36
Lines 1872 1872
Branches 379 379
==========================================
+ Hits 1187 1189 +2
+ Misses 582 580 -2
Partials 103 103
Continue to review full report at Codecov.
|
cc @code-asher would love to get your eyes on this and help me understand what I'm missing |
1655625
to
a86f3df
Compare
8390c7c
to
9eca6a5
Compare
9eca6a5
to
07f6647
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! ✨
07f6647
to
9137816
Compare
This PR adds more tests for
proxy.ts
, specifically to test that our proxy handles error events appropriately.Fixes N/A
P.S. huge shoutout to @vapurrmaid for pairing with me on this 🎉