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,5 @@
import { jsx as _jsx } from "react/jsx-runtime";
var div = /*#__PURE__*/_jsx(Component, { ...props,
foo: "bar"
});