Andrei
Andrei
@krnlde Done! https://github.com/MonsterDeveloper/scrollanime
@krnlde would you like to test it?
Any ETA on ESM arrival on NPM?
Since #10210 is closed now, we really need the fix for `mock.restore` or `jest.restoreAllMocks`… Right now it’s really hard to use bun’s test runner on more or less big project...
Hi @yusukebe! Is there an ETA on this feature? Really want to implement a generic error handling method for all requests (or better said, responses). I saw you even opened...
@yusukebe what do you think about doing it similarly to [`axios`' interceptors](https://axios-http.com/docs/interceptors)? `hc` could have interceptors (or middleware) before the request is sent to modify [the config sent to the...
Yep, now it's *possible* to test functions as follows. But beware that it's unstable and is subject to change without notice. 
Same Here
Can you please upload example on Codepen or JSFiddle?
Facing the same problem.