Update app-frame.component.spec.ts
This commit is contained in:
parent
d4694f9462
commit
abdfa1c53b
@ -170,7 +170,7 @@ describe('AppFrameComponent', () => {
|
|||||||
.mockReturnValue('Hello World')
|
.mockReturnValue('Hello World')
|
||||||
jest.spyOn(permissionsService, 'currentUserCan').mockReturnValue(true)
|
jest.spyOn(permissionsService, 'currentUserCan').mockReturnValue(true)
|
||||||
|
|
||||||
savedViewSpy = jest.spyOn(savedViewService, 'initialize')
|
savedViewSpy = jest.spyOn(savedViewService, 'reload')
|
||||||
|
|
||||||
fixture = TestBed.createComponent(AppFrameComponent)
|
fixture = TestBed.createComponent(AppFrameComponent)
|
||||||
component = fixture.componentInstance
|
component = fixture.componentInstance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user