diff options
Diffstat (limited to 'test/snapshots/spread_with_key.hmr.debug.tsx')
-rw-r--r-- | test/snapshots/spread_with_key.hmr.debug.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/spread_with_key.hmr.debug.tsx b/test/snapshots/spread_with_key.hmr.debug.tsx index 0799ffcf2..854343fed 100644 --- a/test/snapshots/spread_with_key.hmr.debug.tsx +++ b/test/snapshots/spread_with_key.hmr.debug.tsx @@ -31,7 +31,7 @@ var hmr = new FastHMR(1094129250, "spread_with_key.tsx", FastRefresh), exports = function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, false, undefined, this))); + }))); return testDone(import.meta.url); } hmr.exportAll({ |