Skip to content

Commit

Permalink
Remove FindWrapper.childAt
Browse files Browse the repository at this point in the history
childAt does not fulfill a strong enough user need to account for its
maintenance burden.
  • Loading branch information
mzgoddard committed Oct 27, 2017
1 parent d1e0fef commit a1875fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/preact-render-spy.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ class FindWrapper {
);
}

childAt(index) {
return this.children().at(index);
}

exists() {
verifyFoundNodes(this);
return this.length > 0;
Expand Down

0 comments on commit a1875fb

Please sign in to comment.