Reorganize some JSX-related tests (#12502)

This commit is contained in:
Mateusz Burzyński
2020-12-15 00:02:23 +01:00
committed by GitHub
parent 1bba1b6da3
commit 581aeb9a23
268 changed files with 16 additions and 612 deletions

View File

@@ -0,0 +1 @@
var div = <Component {...props} foo="bar" />

View File

@@ -0,0 +1,3 @@
var div = /*#__PURE__*/React.createElement(Component, babelHelpers.extends({}, props, {
foo: "bar"
}));