mirror of
https://github.com/nasa/openmct.git
synced 2025-01-15 09:20:26 +00:00
[Treeview] Update tests
For the existence of ngModel
This commit is contained in:
parent
3f7b874b38
commit
4b3ca316e1
@ -54,6 +54,7 @@ define(
|
|||||||
"$scope",
|
"$scope",
|
||||||
[ "$on", "$watch" ]
|
[ "$on", "$watch" ]
|
||||||
);
|
);
|
||||||
|
mockScope.ngModel = {};
|
||||||
mockRoute = { current: { params: {} } };
|
mockRoute = { current: { params: {} } };
|
||||||
mockLocation = jasmine.createSpyObj(
|
mockLocation = jasmine.createSpyObj(
|
||||||
"$location",
|
"$location",
|
||||||
|
@ -48,6 +48,7 @@ define(
|
|||||||
"$scope",
|
"$scope",
|
||||||
[ "$on", "$watch" ]
|
[ "$on", "$watch" ]
|
||||||
);
|
);
|
||||||
|
mockScope.ngModel = {};
|
||||||
mockRoute = { current: { params: {} } };
|
mockRoute = { current: { params: {} } };
|
||||||
mockLocation = jasmine.createSpyObj(
|
mockLocation = jasmine.createSpyObj(
|
||||||
"$location",
|
"$location",
|
||||||
|
Loading…
Reference in New Issue
Block a user