Skip to content

Instantly share code, notes, and snippets.

@kprakobkit
Created February 11, 2019 00:38
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 kprakobkit/f841826f99047f405d6b87f406d02adf to your computer and use it in GitHub Desktop.
Save kprakobkit/f841826f99047f405d6b87f406d02adf to your computer and use it in GitHub Desktop.
{
"port": 3013,
"protocol": "http",
"name": "foo",
"defaultResponse": {
"statusCode": 404
},
"stubs": [
{
"responses": [
{
"inject": "<%- stringify(filename, 'foo.js') %>"
}
],
"predicates": [
{
"contains": {
"method": "GET",
"path": "/foo"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment