fix build and lint

This commit is contained in:
seavor 2026-04-12 03:03:01 -05:00
parent 35be723ebf
commit d96d5e1589
8 changed files with 42 additions and 20 deletions

View file

@ -18,7 +18,8 @@ import { RoomPersistence } from '../../persistence';
const { getLastSendOpts, invokeOnSuccess } = makeCallbackHelpers(
BackendService.sendRoomCommand as jest.Mock,
3 // sendRoomCommand(roomId, commandName, params, options) — options at index 3
// sendRoomCommand(roomId, commandName, params, options) — options at index 3
3
);
beforeEach(() => jest.clearAllMocks());