Skip to content

Commit 00bbd02

Browse files
committed
Fix test
JSX catches this displayName case now.
1 parent bcfe20b commit 00bbd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jsxtransform_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(function() {
1515
var Component;
1616
17-
Component = React.createClass({
17+
Component = React.createClass({displayName: 'Component',
1818
render: function() {
1919
return ExampleComponent( {videos:this.props.videos} );
2020
}

0 commit comments

Comments
 (0)