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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm following this article https://preview.adonisjs.com/blog/running-tests-in-adonisjs-v5/#interacting-with-the-database
to configure my test environment with database interaction but using Jest instead of Japa.
I made a very simple test suite to ensure the migrations are running ok, but when I start the test a problem occurs when
startHttpServer()
function is called.I found this closed issue but without any explanation #1387
Beta Was this translation helpful? Give feedback.
All reactions