it('creates a new collection based on the objects collection prop (name)', (done) => {
      testMongo.createCollection()
        .then((res) => {
          expect(res).to.be.an.object;
          done();