fifth commit
All checks were successful
Node API Test / test (push) Successful in 24s

This commit is contained in:
Gitea
2026-04-16 15:51:19 +05:30
parent dbda40e864
commit 6838b2754c
5 changed files with 4256 additions and 16 deletions

View File

@@ -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"
}
}