Skip to content

Commit

Permalink
Added a test for null children too
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Poole committed Jun 17, 2016
1 parent 0d96339 commit 2f3e941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/multiple.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ describe('Animate', () => {
ReactDOM.render(
<Animate>
{undefined}
{null}
<div key="test"></div>
</Animate>,
container,
Expand Down

0 comments on commit 2f3e941

Please sign in to comment.