feat: Add unit tests for role-based access control
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
16c8d32246
commit
c6dc2e98d7
3 changed files with 78 additions and 13 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue