howdyai / botkit-storage-mongo

A MongoDB storage driver for Botkit
MIT License
54 stars 42 forks source link

Refactor tests to be true unit tests #6

Closed colestrode closed 8 years ago

colestrode commented 8 years ago

Right now the tests require a local instance of MongoDB to run. I think we should refactor the tests to be true unit tests with mocked deps (similar to botkit-storage-redis). That way we will be able to plug in something like TravisCI to validate PR's, etc.