Andrei

Results 23 comments of Andrei

@krnlde Done! https://github.com/MonsterDeveloper/scrollanime

@krnlde would you like to test it?

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. ![CleanShot 2024-06-18 at 21 33 42@2x](https://github.com/inngest/inngest-js/assets/16190582/4295cf33-f68f-45e8-a724-fd221ddf498c)

Can you please upload example on Codepen or JSFiddle?