diff options
Diffstat (limited to 'test/snapshots/multiple-imports.debug.js')
-rw-r--r-- | test/snapshots/multiple-imports.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/multiple-imports.debug.js b/test/snapshots/multiple-imports.debug.js index ce4e25988..4f90bab33 100644 --- a/test/snapshots/multiple-imports.debug.js +++ b/test/snapshots/multiple-imports.debug.js @@ -11,7 +11,7 @@ var { default: React2} = require($a66742df); const bacon = React; const bacon2 = jsx(JSXFrag, { children: "hello" -}, undefined, false, undefined, this); +}); export function test() { console.assert(bacon === React); console.assert(bacon === React2); |