add test to session repository
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"pg": "^8.7.3",
|
||||
"redis": "^4.2.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"typeorm": "^0.3.7"
|
||||
"typeorm": "^0.3.7",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
@@ -26,6 +27,7 @@
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"@types/node": "^18.0.3",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"concurrently": "^7.2.2",
|
||||
"jest": "^28.1.2",
|
||||
"nodemon": "^2.0.19",
|
||||
|
||||
Reference in New Issue
Block a user