We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2cf09 commit f654534Copy full SHA for f654534
test/e2e/websocket-solana-mocks.ts
@@ -18,8 +18,8 @@ export async function setupSolanaWebsocketMocks(
18
const wsServer = localWebSocketServer.getServer();
19
20
const mergedMocks: WebSocketMessageMock[] = [
21
- ...DEFAULT_SOLANA_WS_MOCKS,
22
...mocks,
+ ...DEFAULT_SOLANA_WS_MOCKS,
23
];
24
25
// Add Solana-specific message handlers to the existing server
0 commit comments