I am mocking a ViewContainerRef for a jasmine test.
The code to be testes does at one point this: viewRef.element.nativeElement.scrollTop = 5
So I wrote a ViewContainerRefMock
export class ViewContainerRefMock extends ViewContainerRef {
constructor() {
super();