mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Update protocol and client features src
This commit is contained in:
parent
6006d6f2fa
commit
254410d025
8 changed files with 16 additions and 26 deletions
|
|
@ -19,12 +19,13 @@ import { afterEach, beforeEach, vi } from 'vitest';
|
|||
|
||||
import { ServerDispatch, RoomsDispatch, GameDispatch } from '@app/store';
|
||||
import { Data } from '@app/types';
|
||||
import { PROTOCOL_VERSION } from 'sockatrice';
|
||||
|
||||
import { WebClient, setPendingOptions } from '@app/websocket';
|
||||
import { WebsocketTypes } from '@app/websocket/types';
|
||||
import {
|
||||
CLIENT_CONFIG,
|
||||
CLIENT_OPTIONS,
|
||||
PROTOCOL_VERSION,
|
||||
createWebClientResponse,
|
||||
} from '@app/api';
|
||||
|
||||
|
|
@ -205,7 +206,6 @@ beforeEach(() => {
|
|||
createWebClientResponse(),
|
||||
CLIENT_CONFIG,
|
||||
CLIENT_OPTIONS,
|
||||
PROTOCOL_VERSION,
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue