aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/spread_with_key.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 20:02:40 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-06 20:02:40 -0700
commit0d79435ce26f5d97886f58f4f8d191cdc73fb7e6 (patch)
tree733b935ca9c6c8fbfb88d1ff60bd940c5e0268da /integration/snapshots/spread_with_key.tsx
parent4ee2fdf1c612f39426b14a2c37c1e46735d9f58e (diff)
downloadbun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.tar.gz
bun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.tar.zst
bun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.zip
Snapshots
Diffstat (limited to 'integration/snapshots/spread_with_key.tsx')
-rw-r--r--integration/snapshots/spread_with_key.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/spread_with_key.tsx b/integration/snapshots/spread_with_key.tsx
index 052e3f4ba..cb079bb95 100644
--- a/integration/snapshots/spread_with_key.tsx
+++ b/integration/snapshots/spread_with_key.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);
}