Skip to content

Instantly share code, notes, and snippets.

@HonzaMac
Created December 26, 2021 21:43
Show Gist options
  • Save HonzaMac/d71257a16eb5b1afe76c1d5f63fc007f to your computer and use it in GitHub Desktop.
Save HonzaMac/d71257a16eb5b1afe76c1d5f63fc007f to your computer and use it in GitHub Desktop.
basic factory method for creating entity user
export const createUser = () => ({
id: 'e2f5a82a-3f2e-4b6d-b4d2-086afaa08f8a',
username: 'john',
email: '[email protected]',
country: 'France',
department: 'IT Services',
divisionName: 'IT',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment