Files
bigcapital/server/tests/routes/authorization.test.js
2019-09-16 01:08:19 +02:00

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.', () => {
});
});