move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var Foo = React.createClass({
|
||||
render: function() {
|
||||
return <div className={this.props.className}>
|
||||
<span />
|
||||
</div>;
|
||||
}
|
||||
});
|
||||
@@ -0,0 +1,9 @@
|
||||
var _ref = <span />;
|
||||
|
||||
var Foo = React.createClass({
|
||||
render: function () {
|
||||
return <div className={this.props.className}>
|
||||
{_ref}
|
||||
</div>;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user