Chapter 8: add first recipe samples
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "testing-with-mocha",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/mocha/bin/mocha"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^8.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user