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
As mentioned previously on #40 some async tests take longer than expected to run causing the test suite to timeout. THis can be fixed by adding the line jest.setTimeout(10000) anywhere to the test-db-setup.js file
The text was updated successfully, but these errors were encountered:
As mentioned previously on #40 some async tests take longer than expected to run causing the test suite to timeout. THis can be fixed by adding the line
jest.setTimeout(10000)
anywhere to thetest-db-setup.js
fileThe text was updated successfully, but these errors were encountered: