Created
June 8, 2017 19:04
-
-
Save JamWils/ecb4186c20b1ba8d8cea0d815ad3b1c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.schema = function () { | |
let parent = {} | |
parent.users = createUsers(3, 7); | |
return parent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment