Skip to content

Commit

Permalink
re-run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Apr 13, 2017
1 parent fe7ebc0 commit 1a0067e
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions tests/last_argument_expansion/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -184,26 +184,26 @@ a(
exports.examples = [
{
render: withGraphQLQuery(
"node(1234567890){image{uri}}",
function(container, data) {
return (
<div>
<InlineBlock>
<img
src={data[1234567890].image.uri}
style={{
position: "absolute",
top: "0",
left: "0",
zIndex: "-1"
}}
/>
</InlineBlock>
</div>
);
}
)
render: withGraphQLQuery("node(1234567890){image{uri}}", function(
container,
data
) {
return (
<div>
<InlineBlock>
<img
src={data[1234567890].image.uri}
style={{
position: "absolute",
top: "0",
left: "0",
zIndex: "-1"
}}
/>
</InlineBlock>
</div>
);
})
}
];
Expand All @@ -215,32 +215,32 @@ someReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyReal
]
);
(function webpackUniversalModuleDefinition() {})(
this,
function(__WEBPACK_EXTERNAL_MODULE_85__, __WEBPACK_EXTERNAL_MODULE_115__) {
return /******/ (function(modules) {
// webpackBootstrap
(function webpackUniversalModuleDefinition() {})(this, function(
__WEBPACK_EXTERNAL_MODULE_85__,
__WEBPACK_EXTERNAL_MODULE_115__
) {
return /******/ (function(modules) {
// webpackBootstrap
/******/
})(
/************************************************************************/
/******/ [
/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/
},
/* 1 */
/***/ function(module, exports, __webpack_require__) {
/***/
},
/* 2 */
/***/ function(module, exports, __webpack_require__) {
/***/
}
/******/
})(
/************************************************************************/
/******/ [
/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/
},
/* 1 */
/***/ function(module, exports, __webpack_require__) {
/***/
},
/* 2 */
/***/ function(module, exports, __webpack_require__) {
/***/
}
/******/
]
);
}
);
]
);
});
`;
Expand Down

0 comments on commit 1a0067e

Please sign in to comment.