Update livekit to 2.18.1

Fix mocking in a test
Also add "skipLibCheck": true in tsconfig
This commit is contained in:
Valere
2026-04-13 10:02:54 +02:00
parent dbeae383eb
commit 07e3dc1ca4
4 changed files with 5 additions and 3 deletions

View File

@@ -131,6 +131,7 @@ beforeEach(() => {
},
new Map(),
{},
{},
);
vi.mocked(localParticipant).createTracks = vi