I\'m trying to write unit tests for parts of my Node app. I\'m using Mongoose for my ORM.
I\'ve searched a bunch for how to do testing with Mongoose and Node but not com
Also worth mentioning: mockgoose - In-memory DB that mocks Mongoose, for testing purposes. monckoose - Similar, but takes a different approach (Implements a fake driver). Monckoose seems to be unpublished as of March 2015.