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

This commit is contained in:
BibaBot 2026-03-18 03:07:41 +00:00
parent c88aceb02b
commit 94a411d2f4
2 changed files with 18 additions and 1 deletions

View file

@ -15,7 +15,8 @@
"test:smoke": "node scripts/smoke-test.mjs",
"test:integration": "node scripts/integration-test.mjs",
"preflight": "node ../scripts/preflight-check.js",
"test:unit": "jest --testPathPattern=tests/"
"test:unit": "jest --testPathPattern=tests/",
"test:roles": "jest --testPathPattern=test/roles.test.js"
},
"keywords": [],
"author": "",