Chapter 8: verify

This commit is contained in:
Beth Griggs
2020-07-01 04:06:20 +01:00
parent a900e9de68
commit 98bc761e2a
12 changed files with 24 additions and 20 deletions
+2 -3
View File
@@ -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"