factory-girl
factory-girl copied to clipboard
A factory library for node.js and the browser inspired by factory_girl
Results
31
factory-girl issues
Sort by
recently updated
recently updated
newest added
Hi y'all! I have a model with such an unique index: ```js schema.index({ userId: 1, labelId: 1 }, { unique: true }) ``` So I find myself repeating the following...