Chapter 8: add first recipe samples

This commit is contained in:
Beth Griggs
2020-06-30 01:50:08 +01:00
parent 576f4d4263
commit f00aeea981
13 changed files with 2305 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"name": "stubbing-http-requests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.0",
"tape": "^5.0.1"
},
"devDependencies": {
"sinon": "^9.0.2"
}
}