mirror of
https://github.com/nasa/openmct.git
synced 2025-02-04 18:20:43 +00:00
[Frontend] Updated tests for glyph refactoring
Fixes #1047 Fixing test cases
This commit is contained in:
parent
dd84177441
commit
574b8bd5c1
@ -106,8 +106,7 @@ define([
|
||||
|
||||
return {
|
||||
context: jasmine.createSpyObj('context', ['getPath']),
|
||||
type: jasmine.createSpyObj('type', ['getGlyph']),
|
||||
cssclass: jasmine.createSpyObj('cssclass', ['getCssClass']),
|
||||
type: jasmine.createSpyObj('type', ['getCssClass']),
|
||||
location: jasmine.createSpyObj('location', ['isLink']),
|
||||
mutation: jasmine.createSpyObj('mutation', ['listen']),
|
||||
status: mockStatus
|
||||
|
Loading…
x
Reference in New Issue
Block a user