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

This commit is contained in:
BibaBot 2026-03-18 00:07:07 +00:00
parent e64716e0b8
commit 28a0fc45a5

View file

@ -14,7 +14,8 @@
"db:migrate": "node migrations/runner.js --run",
"test:smoke": "node scripts/smoke-test.mjs",
"test:integration": "node scripts/integration-test.mjs",
"preflight": "node ../scripts/preflight-check.js"
"preflight": "node ../scripts/preflight-check.js",
"test:unit": "jest --testPathPattern=tests/"
},
"keywords": [],
"author": "",