Skip to content

Commit 6ef2ba4

Browse files
committed
chore: ignore vue3-specific code
1 parent b442471 commit 6ef2ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/element-to-vue-instance-registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const getInstanceFromElement = element => {
3030

3131
while (currentElement) {
3232
if (registry.has(currentElement)) {
33+
/* istanbul ignore next */
3334
return registry.get(currentElement)
3435
}
3536
currentElement = currentElement.parentNode

0 commit comments

Comments
 (0)