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 compile;
|
||||||
let $timeout;
|
let $timeout;
|
||||||
|
|
||||||
beforeEach(angular.mock.module($provide => {
|
|
||||||
$provide.value('aclService', {aclPermission: () => {}});
|
|
||||||
}));
|
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
angular.mock.module('client');
|
angular.mock.module('client');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue