You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pnpm jest ./src/hooks/usePaginatedQuery.test.ts --selectProjects=test it raises many act warnings making it hard to read the output and figure out the issue. Act warnings are usually caused by testing the UI before the effects are done.
The text was updated successfully, but these errors were encountered:
When running
pnpm jest ./src/hooks/usePaginatedQuery.test.ts --selectProjects=test
it raises many act warnings making it hard to read the output and figure out the issue. Act warnings are usually caused by testing the UI before the effects are done.The text was updated successfully, but these errors were encountered: