cayasso / mongo-oplog

Watch mongodb oplog in a simple way
380 stars 91 forks source link

Feature/ts types #53

Closed jloveridge closed 6 years ago

jloveridge commented 6 years ago

Updated TypeScript type definitions. I also fixed tests so they would pass with notablescan option enabled, I always have my system configured that way, and added a test and fixed an issue where calling destroy before a database connection is established would result in an TypeError because db was still undefined.

jloveridge commented 6 years ago

The tests appear to be failing do to a change in Travis-CI and is unrelated to the code I provided. The failures occur during the attempt to restart the mongodb service.