Skip to content

Commit a51c0fd

Browse files
author
Jordan Stephens
committed
expect double-quoted displayName in transformed JSX after facebook/react@eddbb0c
1 parent be58754 commit a51c0fd

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
@@ -10,7 +10,7 @@
1010
(function() {
1111
var Component;
1212
13-
Component = React.createClass({displayName: 'Component',
13+
Component = React.createClass({displayName: "Component",
1414
render: function() {
1515
return React.createElement(ExampleComponent, {videos:this.props.videos} );
1616
}

0 commit comments

Comments
 (0)