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