Skip to content

Commit dcdf75d

Browse files
committed
Merge pull request #34 from jakubmal/fix-tests-for-0.9
Fix tests for react-source 0.9
2 parents 9338072 + fca172e commit dcdf75d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jsxtransform_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
var Component;
1616
1717
Component = React.createClass({
18+
displayName:'Component',
1819
render: function() {
1920
return ExampleComponent( {videos:this.props.videos} );
2021
}

0 commit comments

Comments
 (0)