use test;show tables;db.getCollectionNames().forEach( (x) => {db.getCollection(x).drop()} )db.getCollectionNames().forEach( x => db.getCollection(x).drop() )