mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
fix build and lint
This commit is contained in:
parent
35be723ebf
commit
d96d5e1589
8 changed files with 42 additions and 20 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue