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

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