To facilitate testing we could add a function to mongo.js to find and remove a collection using mongoose findAndRemoveById. This could be used to cleanup after testing.
I don't think this should be exposed via the API though, but could be used by requiring mongo.js into the test file.
Thoughts?