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.
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 tomongodb://localhost/camo
manually. This should be handled automatically via Gulp, command line arguments, or some other method.