describe('#emitLastImage()', () => {
    it(`should call emitLastImage`, () => {
      ref.lastImage$.subscribe((event: ImageModalEvent) => {
        expect(EVENT).toEqual(event);
      });