Skip to content

Instantly share code, notes, and snippets.

@treeder
Created January 17, 2018 14:48
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 treeder/2fc549e8bf9d9441991d3fd91a0e019a to your computer and use it in GitHub Desktop.
Save treeder/2fc549e8bf9d9441991d3fd91a0e019a to your computer and use it in GitHub Desktop.
{
"tests": [
{
"input": {
"body": {
"name": "Johnny"
}
},
"output": {
"body": {
"message": "Hello Johnny"
}
}
},
{
"input": {
"body": ""
},
"output": {
"body": {
"message": "Hello World"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment