helpyourneighbour/backend/tests
J.A.R.V.I.S. 6ba032b990
Some checks are pending
Docker Test / test (push) Waiting to run
feat: add unit tests for requireRole middleware
This commit adds unit tests for the requireRole middleware to ensure proper role-based access control implementation. The tests cover successful access, insufficient permissions, and unauthorized access scenarios.
2026-03-20 04:07:26 +00:00
..
auth.spec.js test: add auth API integration tests 2026-03-07 02:17:23 +00:00
contacts.spec.js Add Playwright tests for contacts API and cleanup duplicate config files 2026-03-06 20:57:20 +00:00
integration-test.spec.js Fix: Korrigiere ES-Modul-Syntax in Integrationstest und aktualisiere Status 2026-03-12 01:14:36 +00:00
rbac.integration.test.js test: add RBAC integration tests 2026-03-19 00:07:16 +00:00
requireRole.test.js feat: add unit tests for requireRole middleware 2026-03-20 04:07:26 +00:00
roles.test.js feat: Add role-based access control tests 2026-03-18 03:07:41 +00:00