Skip to content

Instantly share code, notes, and snippets.

@peterKaleta
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterKaleta/ca2fcc79439ce7ec5ec9 to your computer and use it in GitHub Desktop.
Save peterKaleta/ca2fcc79439ce7ec5ec9 to your computer and use it in GitHub Desktop.
var fixtureFactory = require('fixture-factory');
fixtureFactory.generateOne('user', {
role: 'admin'
});
//will return standard user object with injected role: 'admin' field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment