diff options
author | 2021-10-06 19:26:43 -0700 | |
---|---|---|
committer | 2021-10-06 19:26:43 -0700 | |
commit | 1d0f44271805e784ca995437b98755444045e01a (patch) | |
tree | aa6107880337701ccd53678f0b18ff0427f5dab9 /integration/snapshots/spread_with_key.debug.tsx | |
parent | 1e8babe1852361a2ace6c01dc699c08115462eba (diff) | |
download | bun-1d0f44271805e784ca995437b98755444045e01a.tar.gz bun-1d0f44271805e784ca995437b98755444045e01a.tar.zst bun-1d0f44271805e784ca995437b98755444045e01a.zip |
:camera:jarred/read-tsconfig-jsx
Diffstat (limited to 'integration/snapshots/spread_with_key.debug.tsx')
-rw-r--r-- | integration/snapshots/spread_with_key.debug.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/spread_with_key.debug.tsx b/integration/snapshots/spread_with_key.debug.tsx index 052e3f4ba..cb079bb95 100644 --- a/integration/snapshots/spread_with_key.debug.tsx +++ b/integration/snapshots/spread_with_key.debug.tsx @@ -23,6 +23,6 @@ export function SpreadWithTheKey({ export function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, true, undefined, this))); + }, undefined, false, undefined, this))); return testDone(import.meta.url); } |