Newlines in fixtures (#6044)
* write newlines for fixtures * rerun fixtures
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx("div", {
|
||||
children: "foo"
|
||||
}, void 0, "bar");
|
||||
}, void 0, "bar");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Baz, {
|
||||
foo: "bar"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
babelHelpers.jsx(Baz, {});
|
||||
babelHelpers.jsx(Baz, {});
|
||||
|
||||
@@ -4,4 +4,4 @@ var TestComponent = React.createClass({
|
||||
className: this.props.someProp
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx("foo", {
|
||||
bar: "foo"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
babelHelpers.jsx("foo", {});
|
||||
babelHelpers.jsx("foo", {});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
"data-value": "bar"
|
||||
}, "foo" + "baz");
|
||||
}, "foo" + "baz");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
"data-value": "bar"
|
||||
}, "foo");
|
||||
}, "foo");
|
||||
|
||||
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
||||
|
||||
var _reactBootstrap = require("react-bootstrap");
|
||||
|
||||
exports.default = CustomModal = () => babelHelpers.jsx(_reactBootstrap.Modal.Header, {}, void 0, "foobar");
|
||||
exports.default = CustomModal = () => babelHelpers.jsx(_reactBootstrap.Modal.Header, {}, void 0, "foobar");
|
||||
|
||||
@@ -1 +1 @@
|
||||
babelHelpers.jsx(Baz, {}, void 0);
|
||||
babelHelpers.jsx(Baz, {}, void 0);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
className: "foo"
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx("div", {
|
||||
className: "foo"
|
||||
}, void 0, bar);
|
||||
}, void 0, bar);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx("div", {
|
||||
className: "foo"
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
}, void 0, bar, babelHelpers.jsx(Baz, {}, "baz"));
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
React.createElement(Foo, {
|
||||
ref: "bar"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Baz, {
|
||||
foo: "bar"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
babelHelpers.jsx(Baz, {});
|
||||
babelHelpers.jsx(Baz, {});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx("foo", {
|
||||
bar: "foo"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
babelHelpers.jsx("foo", {});
|
||||
babelHelpers.jsx("foo", {});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
babelHelpers.jsx(Foo, {
|
||||
bar: true
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user