(firstElement, secondElement)
| 278 | */ |
| 279 | /* istanbul ignore next */ |
| 280 | pairIsInCorrectOrder(firstElement, secondElement) { |
| 281 | throw new Error(` |
| 282 | You have to implement heap pair comparison method |
| 283 | for ${firstElement} and ${secondElement} values. |
| 284 | `); |
| 285 | } |
| 286 | } |
no outgoing calls
no test coverage detected