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