test(server): model socket capability lookup

This commit is contained in:
Mohamed Boudra
2026-07-13 00:01:59 +02:00
parent 406f476297
commit 0fc8cf1a08

View File

@@ -174,6 +174,7 @@ function createSessionWithActivity(
return {
getClientActivity: vi.fn(() => activity),
supports: () => false,
supportsForSource: () => false,
};
}