mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
remove fetchNodes from generic page component (#372)
This commit is contained in:
committed by
Denys Vuika
parent
71ac843c5f
commit
e94bf5340d
@@ -179,7 +179,6 @@ describe('Libraries Routed Component', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
routerSpy = spyOn(router, 'navigate');
|
||||
spyOn(component, 'fetchNodes').and.callFake(val => val);
|
||||
});
|
||||
|
||||
it('does not navigate when id is not passed', () => {
|
||||
|
Reference in New Issue
Block a user