removed unused code
This commit is contained in:
parent
8d79298d92
commit
a1b87e473e
|
@ -11,10 +11,9 @@ describe('Component vnPopover', () => {
|
|||
angular.mock.module('client');
|
||||
});
|
||||
|
||||
beforeEach(angular.mock.inject((_$componentController_, $rootScope, _$httpBackend_, _$timeout_, _$document_) => {
|
||||
beforeEach(angular.mock.inject((_$componentController_, _$httpBackend_, _$timeout_) => {
|
||||
$componentController = _$componentController_;
|
||||
$timeout = _$timeout_;
|
||||
$timeout.cancel = () => {};
|
||||
$element = angular.element(`<div class="shown"></div>`);
|
||||
$httpBackend = _$httpBackend_;
|
||||
_$httpBackend_.when('GET', /\/locale\/\w+\/[a-z]{2}\.json/).respond({});
|
||||
|
|
Loading…
Reference in New Issue