| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
size-limit report 📦⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.
|
Sorry, something went wrong.
There was a problem hiding this comment.
makes sense
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Read the active span before the request body is consumed.
The CI uses another Bun version (1.3.14). Locally, I use 1.4.0 and this test kept failing because of how this version behaves. Bun now behaves more like Node and it looses request context in end.
I fixed the test assertion so the test works again for Bun 1.4.0.