I'm trying to write unit tests in order to check if a database connection is ok or not and verify the existence of db, collections, insert, update and so on. However, when I consult the jest documentation I found this guide. It uses a jest-mongodb pa...