Todd Tyler

Results 1 comments of Todd Tyler

I was able to get past this by editing test-db-setup.js and changing the afterEach() function to include a try/catch: ``` afterEach(async done => { try { await mongoose.connection.db.dropDatabase() await mongoose.disconnect()...