diff options
author | 2022-12-10 00:18:59 -0800 | |
---|---|---|
committer | 2022-12-10 00:19:19 -0800 | |
commit | ab49f95ef25a49f5d8a53bc8242ee490b15a5b74 (patch) | |
tree | 8d6dd6fd93a707fb15ec75e57145cf9c61380708 /test/snapshots/spread_with_key.hmr.debug.tsx | |
parent | 047754d5ddae0b760b807adafcb3678d8702d7df (diff) | |
download | bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.gz bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.zst bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.zip |
:camera:
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({ |