From 54dc9cfc8be040e04d0b5d10c5801f33433ec53e Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 27 Sep 2021 01:45:53 -0700 Subject: upgrade --- integration/snapshots/spread_with_key.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'integration/snapshots/spread_with_key.tsx') diff --git a/integration/snapshots/spread_with_key.tsx b/integration/snapshots/spread_with_key.tsx index 1490c9b1a..f6cd64c31 100644 --- a/integration/snapshots/spread_with_key.tsx +++ b/integration/snapshots/spread_with_key.tsx @@ -4,7 +4,7 @@ __require as require import * as JSX from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($bbcd215f); -var jsx = require(JSX).jsxDEV, fileName = "spread_with_key.tsx", jsxEl = require(JSXClassic).createElement; +var jsx = require(JSX).jsxDEV, jsxEl = require(JSXClassic).createElement; var { default: React} = require($bbcd215f); export function SpreadWithTheKey({ @@ -23,9 +23,6 @@ export function SpreadWithTheKey({ export function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, true, { - fileName, - lineNumber: 375 - }, this))); + }, undefined, true, {}, this))); return testDone(import.meta.url); } -- cgit v1.2.3