feat: Add unit tests for role-based access control and update test script
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
e64716e0b8
commit
28a0fc45a5
1 changed files with 2 additions and 1 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue