aboutsummaryrefslogtreecommitdiff
path: root/part4/blog/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'part4/blog/package.json')
-rw-r--r--part4/blog/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/part4/blog/package.json b/part4/blog/package.json
index 9baef88..e82f1af 100644
--- a/part4/blog/package.json
+++ b/part4/blog/package.json
@@ -17,7 +17,7 @@
"scripts": {
"start": "nodemon --verbose start",
"build": "react-scripts build",
- "test": "react-scripts test",
+ "test": "jest --verbose",
"eject": "react-scripts eject"
},
"eslintConfig": {
@@ -39,6 +39,12 @@
]
},
"devDependencies": {
+ "dotenv": "^16.3.1",
+ "eslint": "^8.43.0",
+ "jest": "^27.5.1",
"nodemon": "^2.0.22"
+ },
+ "jest": {
+ "testEnvironment": "node"
}
}