mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
|
|
describe('Authorization', () => {
|
|
it('Should response unauthorized in case use has no role has permissions to the given resource.', () => {
|
|
|
|
});
|
|
|
|
it('Should response authorized in case user has role has all permissions.', () => {
|
|
|
|
});
|
|
});
|