Testing React components that fetches data using Hooks

That issue is caused by many updates inside Component.

I got the same issue, this would solve the issue.

await act( async () => mount(<App />));

Leave a Comment