Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx("div", {
|
||||
children: "foo"
|
||||
}, void 0, "bar");
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Baz, {
|
||||
foo: "bar"
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
babelHelpers.jsx(Baz, {});
|
||||
@@ -1,7 +0,0 @@
|
||||
var TestComponent = React.createClass({
|
||||
render: function () {
|
||||
return babelHelpers.jsx("span", {
|
||||
className: this.props.someProp
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
React.createElement(React.Fragment, null, babelHelpers.jsx("span", {}), babelHelpers.jsx("div", {}));
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx("foo", {
|
||||
bar: "foo"
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
babelHelpers.jsx("foo", {});
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
"data-value": "bar"
|
||||
}, "foo" + "baz");
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
"data-value": "bar"
|
||||
}, "foo");
|
||||
@@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var _export = require("./export");
|
||||
|
||||
//index.js file
|
||||
function ParentComponent() {
|
||||
return babelHelpers.jsx(_export.form.TestComponent, {});
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
|
||||
var _reactBootstrap = require("react-bootstrap");
|
||||
|
||||
var _default = CustomModal = () => babelHelpers.jsx(_reactBootstrap.Modal.Header, {}, void 0, "foobar");
|
||||
|
||||
exports.default = _default;
|
||||
@@ -1 +0,0 @@
|
||||
babelHelpers.jsx(Baz, {});
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
className: "foo"
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx("div", {
|
||||
className: "foo"
|
||||
}, void 0, bar);
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx("div", {
|
||||
className: "foo"
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
@@ -1,3 +0,0 @@
|
||||
React.createElement(Foo, {
|
||||
ref: "bar"
|
||||
});
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Baz, {
|
||||
foo: "bar"
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
babelHelpers.jsx(Baz, {});
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx("foo", {
|
||||
bar: "foo"
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
babelHelpers.jsx("foo", {});
|
||||
@@ -1,3 +0,0 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
bar: true
|
||||
});
|
||||
@@ -1 +0,0 @@
|
||||
React.createElement(Foo, bar);
|
||||
@@ -1,3 +0,0 @@
|
||||
var test = babelHelpers.jsx(T, {
|
||||
"default": " some string "
|
||||
});
|
||||
Reference in New Issue
Block a user