Anuj Sharma
Results
1
comments of
Anuj Sharma
> For me this did the trick > > ```js > afterAll(async () => { > await new Promise(resolve => setTimeout(() => resolve(), 500)); // avoid jest open handle error...