Last active
July 26, 2019 09:36
-
-
Save maisonm/e3df4f51d0aced8d02177bd10c43fe20 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
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