Skip to content

Commit 9e79a4e

Browse files
committed
format
1 parent 39d137d commit 9e79a4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app-bridge.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ describe("App <-> AppBridge integration", () => {
342342
await flush();
343343

344344
// Send another partial update: only viewport changes
345-
newBridge.sendHostContextChange({ viewport: { width: 1024, height: 768 } });
345+
newBridge.sendHostContextChange({
346+
viewport: { width: 1024, height: 768 },
347+
});
346348
await flush();
347349

348350
// getHostContext should have accumulated all updates:

0 commit comments

Comments
 (0)