Skip to content

Commit

Permalink
test: fix warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Oct 16, 2015
1 parent cc60cdb commit 3bb5152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe(`reactElementToJSXString(ReactElement)`, () => {
render() {
return (
<div>
<ComposedComponent {...this.props} />
{React.createElement(ComposedComponent.type, this.props)}
</div>
);
}
Expand Down

1 comment on commit 3bb5152

@redox
Copy link
Contributor

@redox redox commented on 3bb5152 Oct 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.