feat: Add role-based access control tests
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
c88aceb02b
commit
94a411d2f4
2 changed files with 18 additions and 1 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue