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