scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
556 stars 80 forks source link

Improve automated test coverage for Mongo #74

Open scottwrobinson opened 8 years ago

scottwrobinson commented 8 years ago

Currently 90% of tests are run for NeDB backend only. The only way to test with Mongo is to change the url variable in *.test.js files to mongodb://localhost/camo manually. This should be handled automatically via Gulp, command line arguments, or some other method.