Karma test fixed
This commit is contained in:
parent
82d81e0ab9
commit
6bd4b94f11
|
@ -11,7 +11,7 @@ describe('Salix', () => {
|
||||||
beforeEach(angular.mock.inject(($componentController, _$httpBackend_, $rootScope) => {
|
beforeEach(angular.mock.inject(($componentController, _$httpBackend_, $rootScope) => {
|
||||||
$httpBackend = _$httpBackend_;
|
$httpBackend = _$httpBackend_;
|
||||||
$scope = $rootScope.$new();
|
$scope = $rootScope.$new();
|
||||||
controller = $componentController('vnUserConfigurationPopover', {$scope: $scope, $translate: null});
|
controller = $componentController('vnUserConfigurationPopover', {$scope});
|
||||||
}));
|
}));
|
||||||
|
|
||||||
describe('localBankFk() setter', () => {
|
describe('localBankFk() setter', () => {
|
||||||
|
|
Loading…
Reference in New Issue