From a1875fb8fc0b9a1ff5302ce86f56cfe8bb9167e5 Mon Sep 17 00:00:00 2001 From: "Michael \"Z\" Goddard" Date: Thu, 26 Oct 2017 20:42:07 -0400 Subject: [PATCH] Remove FindWrapper.childAt childAt does not fulfill a strong enough user need to account for its maintenance burden. --- src/preact-render-spy.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/preact-render-spy.js b/src/preact-render-spy.js index 1db8993..e78c1b9 100644 --- a/src/preact-render-spy.js +++ b/src/preact-render-spy.js @@ -256,10 +256,6 @@ class FindWrapper { ); } - childAt(index) { - return this.children().at(index); - } - exists() { verifyFoundNodes(this); return this.length > 0;