Merge branch 'livekit' into renovate/all-minor-patch

This commit is contained in:
Robin
2026-08-04 14:20:13 +02:00
2 changed files with 20 additions and 36 deletions

View File

@@ -32,6 +32,7 @@ import {
global.IntersectionObserver = class MockIntersectionObserver {
public observe(): void {}
public unobserve(): void {}
public disconnect(): void {}
} as unknown as typeof IntersectionObserver;
test("SpotlightTile is accessible", async () => {