mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +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);
|
||||
});
|
||||
|
||||
it("updates boolean", function () {
|
||||
// spyOn(mockScope, 'treeSlide').andCallThrough();
|
||||
// Mocks the tree slide call that
|
||||
// lets the html code know if the
|
||||
// tree menu is open.
|
||||
it("calls the treeSlide function", function () {
|
||||
mockScope.treeSlide();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user