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
To use concurrent you are gonna need to manually start and stop the DB. The default behaviour removes the tables and recreates them between each test, which I imagine doesn't work with concurrency.
Hello,
I setup jest in each test file, but his an issue where in
test.concurrent
the table doesn't seem to exist:This is when it's used with a
setupBeforeEnv.js
:However if I switch to
preset: 'jest-dynalite'
both modes work.The text was updated successfully, but these errors were encountered: