describe('#emitButtonAfterHook()', () => {
    it(`should call emitButtonAfterHook`, () => {
      ref.buttonAfterHook$.subscribe((event: ButtonEvent) => {
        expect(BTNEVENT).toEqual(event);
      });