configure jest

This commit is contained in:
Ryan Mwangi 2024-10-29 21:54:59 +03:00
parent e02b3d4c1b
commit 52b2b8fda5
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"test": "jest"
},
"dependencies": {
"axios": "^1.7.7",