aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/multiple-imports.hmr.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 19:26:43 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 19:26:43 -0700
commit1d0f44271805e784ca995437b98755444045e01a (patch)
treeaa6107880337701ccd53678f0b18ff0427f5dab9 /integration/snapshots/multiple-imports.hmr.debug.js
parent1e8babe1852361a2ace6c01dc699c08115462eba (diff)
downloadbun-jarred/read-tsconfig-jsx.tar.gz
bun-jarred/read-tsconfig-jsx.tar.zst
bun-jarred/read-tsconfig-jsx.zip
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);