kkangsan
08/17/2021, 1:38 AMRyan
08/18/2021, 7:17 AMawait
. This should work fine. Can you log school
inside the signUp
method and check?kkangsan
08/18/2021, 7:20 AM//package.json
"test:local": dotenv -e ./dotenv/local.env jest --detectOpenHandles --forceExit --runInBand // only jest (option not working)
"test:local": dotenv -e ./dotenv/local.env -- jest --detectOpenHandles --forceExit --runInBand // jest --detectOpenHandles --forceExit --runInBand
There are several tests. I initialize the database every test.
I was mistaken because there was data left in the database.kkangsan
08/18/2021, 7:22 AM