mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
[Mobile] Comments
Added comments and removed unwanted spec test code for BrowseController.
This commit is contained in:
parent
d176f9f811
commit
d115166dde
@ -146,8 +146,10 @@ define(
|
|||||||
expect(mockScope.navigatedObject).toEqual(mockDomainObject);
|
expect(mockScope.navigatedObject).toEqual(mockDomainObject);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("updates boolean", function () {
|
// Mocks the tree slide call that
|
||||||
// spyOn(mockScope, 'treeSlide').andCallThrough();
|
// lets the html code know if the
|
||||||
|
// tree menu is open.
|
||||||
|
it("calls the treeSlide function", function () {
|
||||||
mockScope.treeSlide();
|
mockScope.treeSlide();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user