Poliane Brito
Results
2
issues of
Poliane Brito
Hi! I'm mocking mongodb in my mocha tests with rewiremock and [mongo-mock](https://github.com/williamkapke/mongo-mock/). I can rewire my wrapper that contains the mongo lib, but when another module calls that file, it...
Hello! I'm trying to use `clear` function and I haven't success. Debugging, I saw that when at line 150 (`results.db.collectionNames(function(err, names)`), my object `result` doesn't have `collectionNames` function and I...