(nodeOrElmA, nodeOrElmB)
| 2743 | } |
| 2744 | |
| 2745 | function isMatchingElement(nodeOrElmA, nodeOrElmB) { |
| 2746 | return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB); |
| 2747 | } |
| 2748 | |
| 2749 | /** |
| 2750 | * This fn returns false if any of the following is true: |
no test coverage detected