Skip to content

Commit

Permalink
Remove sliceChildren (facebook#9109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweary authored Mar 6, 2017
1 parent ceafdbf commit 0c1f515
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
7 changes: 0 additions & 7 deletions scripts/fiber/tests-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,6 @@ src/isomorphic/children/__tests__/onlyChild-test.js
* should not fail when passed interpolated single child
* should return the only child

src/isomorphic/children/__tests__/sliceChildren-test.js
* should render the whole set if start zero is supplied
* should render the remaining set if no end index is supplied
* should exclude everything at or after the end index
* should allow static children to be sliced
* should slice nested children

src/isomorphic/classic/__tests__/ReactContextValidator-test.js
* should filter out context not in contextTypes
* should pass next context to lifecycles
Expand Down
93 changes: 0 additions & 93 deletions src/isomorphic/children/__tests__/sliceChildren-test.js

This file was deleted.

34 changes: 0 additions & 34 deletions src/isomorphic/children/sliceChildren.js

This file was deleted.

0 comments on commit 0c1f515

Please sign in to comment.