move all plugin tests out of babel-core and into their appropriate folders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
({
|
||||
$$typeof: babelHelpers.typeofReactElement,
|
||||
type: Foo,
|
||||
key: "foo",
|
||||
ref: null,
|
||||
props: babelHelpers.defaultProps(Foo.defaultProps, {
|
||||
"data-value": "bar"
|
||||
}),
|
||||
_owner: null
|
||||
});
|
||||
Reference in New Issue
Block a user