This commit is contained in:
@@ -11,10 +11,12 @@
|
||||
"type": "commonjs",
|
||||
"main": "test.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
|
||||
"test": "jest",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.2.1"
|
||||
"express": "^5.2.1",
|
||||
"jest": "^30.3.0",
|
||||
"supertest": "^7.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user