aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/multiple-imports.hmr.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/multiple-imports.hmr.debug.js')
-rw-r--r--integration/snapshots/multiple-imports.hmr.debug.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/multiple-imports.hmr.debug.js b/integration/snapshots/multiple-imports.hmr.debug.js
index 4b05677e0..3c40e88a6 100644
--- a/integration/snapshots/multiple-imports.hmr.debug.js
+++ b/integration/snapshots/multiple-imports.hmr.debug.js
@@ -20,8 +20,8 @@ var hmr = new HMR(2165509932, "multiple-imports.js"), exports = hmr.exports;
(hmr._load = function() {
const bacon = React;
const bacon2 = jsx(JSXFrag, {
- children: ["hello"]
- }, undefined, true, undefined, this);
+ children: "hello"
+ }, undefined, false, undefined, this);
function test() {
console.assert(bacon === React);
console.assert(bacon === React2);