diff options
Diffstat (limited to 'test/snapshots/spread_with_key.tsx')
| -rw-r--r-- | test/snapshots/spread_with_key.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/spread_with_key.tsx b/test/snapshots/spread_with_key.tsx index 23ca37805..867ebdfde 100644 --- a/test/snapshots/spread_with_key.tsx +++ b/test/snapshots/spread_with_key.tsx @@ -19,7 +19,7 @@ export function SpreadWithTheKey({ className }) { export function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, false, undefined, this))); + }))); return testDone(import.meta.url); } |
