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