I\'m testing a component which subscribe router params. Every test pass and everything works fine. But if I look in the console, I can see an error:
Error
You need to refactor your method ngOnDestroy as below :
ngOnDestroy() { if ( this.routeSubscription) this.routeSubscription.unsubscribe(); }