describe('onMouseEnter', () => {
    let spy: jasmine.Spy;

    beforeEach(() => {
      spy = spyOn(component.pause, 'emit');