diff options
author | 2022-12-10 00:18:59 -0800 | |
---|---|---|
committer | 2022-12-10 00:19:19 -0800 | |
commit | ab49f95ef25a49f5d8a53bc8242ee490b15a5b74 (patch) | |
tree | 8d6dd6fd93a707fb15ec75e57145cf9c61380708 /test/snapshots/multiple-imports.hmr.debug.js | |
parent | 047754d5ddae0b760b807adafcb3678d8702d7df (diff) | |
download | bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.gz bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.zst bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.zip |
:camera:
Diffstat (limited to 'test/snapshots/multiple-imports.hmr.debug.js')
-rw-r--r-- | test/snapshots/multiple-imports.hmr.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/multiple-imports.hmr.debug.js b/test/snapshots/multiple-imports.hmr.debug.js index ac4e34cce..a39a37110 100644 --- a/test/snapshots/multiple-imports.hmr.debug.js +++ b/test/snapshots/multiple-imports.hmr.debug.js @@ -23,7 +23,7 @@ var hmr = new FastHMR(2469023238, "multiple-imports.js", FastRefresh), exports = const bacon = React; const bacon2 = jsx(JSXFrag, { children: "hello" - }, undefined, false, undefined, this); + }); function test() { console.assert(bacon === React); console.assert(bacon === React2); |