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
Each unit test currently uses the same test db and port. So the tests have to be run in sequence with the -i flag.
This also introduces the problem of leftover data in the test db that could possibly make other tests fail down the line.