Skip to content

Commit

Permalink
fix(find): find and findAll should not find itself on DOM wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf committed Mar 26, 2022
1 parent 0bb5611 commit 54c335e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/components/ParentComponent.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<div class="parent">
<div class="first">child</div>
<div>child</div>
<div>child</div>
</div>
</template>

0 comments on commit 54c335e

Please sign in to comment.