mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
fix build and lint
This commit is contained in:
parent
35be723ebf
commit
d96d5e1589
8 changed files with 42 additions and 20 deletions
|
|
@ -13,9 +13,9 @@ export function makeMockProtoRoot() {
|
|||
encode: jest.fn().mockReturnValue(encode),
|
||||
},
|
||||
SessionCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
RoomCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
RoomCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
ModeratorCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
AdminCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
AdminCommand: { create: jest.fn(args => ({ ...args })) },
|
||||
ServerMessage: {
|
||||
decode: jest.fn(),
|
||||
MessageType: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue