aclService mock removed as dependencies were corrected on previous commit: 3badf2a
This commit is contained in:
parent
8bb2536f90
commit
abb59189ff
|
@ -4,10 +4,6 @@ describe('Directive acl', () => {
|
|||
let compile;
|
||||
let $timeout;
|
||||
|
||||
beforeEach(angular.mock.module($provide => {
|
||||
$provide.value('aclService', {aclPermission: () => {}});
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
angular.mock.module('client');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue