function cleanTestDbimport { cleanTestDb } from "https://deno.land/x/mongo@v0.33.0/tests/common.ts"; cleanTestDb(client: MongoClient,database: Database,collectionNames?: string[] | string,)Parametersclient: MongoClientdatabase: DatabaseoptionalcollectionNames: string[] | string