aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/multiple-imports.hmr.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snapshots/multiple-imports.hmr.debug.js')
-rw-r--r--test/snapshots/multiple-imports.hmr.debug.js2
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);