re-run tests

master
Christopher Chedeau 2017-04-13 09:26:36 -07:00
parent fe7ebc0cf7
commit 1a0067eae4
1 changed files with 45 additions and 45 deletions

View File

@ -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>
);
})
}
];
@ -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__) {
/***/
}
/******/
]
);
}
);
]
);
});
`;