Skip to content

Instantly share code, notes, and snippets.

@maisonm
Last active July 26, 2019 09:36
Show Gist options
  • Save maisonm/e3df4f51d0aced8d02177bd10c43fe20 to your computer and use it in GitHub Desktop.
Save maisonm/e3df4f51d0aced8d02177bd10c43fe20 to your computer and use it in GitHub Desktop.
module.exports = {
username: 'user123',
password: '1234',
firstName: 'Jon',
lastName: 'Doe',
dob: '12/11/1991',
email: '[email protected]',
address: {
street: '555 Bayshore Blvd',
city: 'Tampa',
state: 'Florida',
zip: '33813'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment