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