Yannick Stachelscheid
Yannick Stachelscheid
For me this did the trick ```javascript afterAll(async () => { await new Promise(resolve => setTimeout(() => resolve(), 500)); // avoid jest open handle error }); ``` Seems like it...
@sharmaar12 @angristan I don't know the reason for sure, because I'm not familiar with the supertest code base. I guess that during the shutdown of supertest, somewhere the thread is...
Hi @tsonevn Thanks for your reply :) The problem of the `isUserInteractionEnabled`is that it prevents all events on the `ListView`, also the `tap`-event which can be important. Let's take the...
@sabrehagen Your type declaration seems fine to me. `jest-extended` also provide [their type declaration](https://github.com/jest-community/jest-extended/blob/master/types/index.d.ts) this way and it seems to work for them. Maybe `/// ` somehow tells TS to...
Found the [trick](https://github.com/jest-community/jest-extended#Typescript) 
Has this PR been rejected silently?
Same here :(
I guess I also ran into that problem. When displaying a e.g. 2-day all day event, the follow-up day of day 2 is also covered by the event. Here is...
As @RaiBnod already mentioned, upgrading git did the trick for me, too (in my case `2.11.0 -> 2.21.0`).
> Post beta, we have plans to introduce @mentions support. With this a user will notified in Teams when added to a pull request or an issue. This sounds great!...