feat: Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-17 18:07:07 +00:00
parent 16c8d32246
commit c6dc2e98d7
3 changed files with 78 additions and 13 deletions

View file

@ -20,6 +20,7 @@
"license": "ISC",
"type": "module",
"dependencies": {
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.3.1",
"express": "^5.2.1",
@ -36,8 +37,8 @@
"@babel/preset-env": "^7.29.2",
"@playwright/test": "^1.58.2",
"babel-jest": "^30.3.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"playwright": "^1.58.2",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
}
}