Remove old expected.{js,json} files (#7187)

This commit is contained in:
Nicolò Ribaudo
2018-01-09 20:10:30 +01:00
committed by Brian Ng
parent 9e384f3915
commit 8659e1a88c
1597 changed files with 0 additions and 20188 deletions

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx("div", {
children: "foo"
}, void 0, "bar");

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx(Baz, {
foo: "bar"
});

View File

@@ -1,7 +0,0 @@
var TestComponent = React.createClass({
render: function () {
return babelHelpers.jsx("span", {
className: this.props.someProp
});
}
});

View File

@@ -1 +0,0 @@
React.createElement(React.Fragment, null, babelHelpers.jsx("span", {}), babelHelpers.jsx("div", {}));

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx("foo", {
bar: "foo"
});

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx(Foo, {
"data-value": "bar"
}, "foo" + "baz");

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx(Foo, {
"data-value": "bar"
}, "foo");

View File

@@ -1,8 +0,0 @@
"use strict";
var _export = require("./export");
//index.js file
function ParentComponent() {
return babelHelpers.jsx(_export.form.TestComponent, {});
}

View File

@@ -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;

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx(Foo, {
className: "foo"
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx("div", {
className: "foo"
}, void 0, bar);

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx("div", {
className: "foo"
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));

View File

@@ -1,3 +0,0 @@
React.createElement(Foo, {
ref: "bar"
});

View File

@@ -1,3 +0,0 @@
babelHelpers.jsx(Foo, {
bar: true
});