describe('ponderhit', () => {
    it('should call this.sendCmd', () => {
      engine.ponderhit()

      expect(engine.sendCmd).toHaveBeenCalledWith('ponderhit')