(nodeOrElmA, nodeOrElmB)
| 2718 | } |
| 2719 | |
| 2720 | function isMatchingElement(nodeOrElmA, nodeOrElmB) { |
| 2721 | return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB); |
| 2722 | } |
| 2723 | |
| 2724 | /** |
| 2725 | * This fn returns false if any of the following is true: |
no test coverage detected