mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* put socket.updateHistory behind SessionCommand * rename /websocket files from .tsx to .ts * add unit tests to websocket commands * complete unit tests for webClient commands * secure wss Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
import protobuf from "protobufjs";
|
|
|
|
class MockProtobufRoot {
|
|
load() {}
|
|
}
|
|
|
|
(protobuf as any).Root = MockProtobufRoot;
|