Answers for "this.router.getcurrentnavigation is not a function unit test"

0

this.router.getcurrentnavigation is not a function unit test

const routerSpy = jasmine.createSpyObj('Router', ['getCurrentNavigation', 'navigate']);
Posted by: Guest on January-11-2021

Browse Popular Code Answers by Language