mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +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.', () => {
|
|
|
|
});
|
|
});
|